Skip to content

Commit 224cfd8

Browse files
committed
[EN-1454] drop TimeNanos
1 parent 40da9ff commit 224cfd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dxfeed/core/utils/handler.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,5 @@ cdef class DefaultHandler(EventHandler):
109109
df.loc[:, column] = df.loc[:, column].astype('M8[ms]')
110110
if nanos and 'Time' in time_columns:
111111
df.loc[:, 'Time'] += df.loc[:, nanos].values.astype('timedelta64[ns]')
112+
df.drop(columns=[nanos], inplace=True)
112113
return df

0 commit comments

Comments
 (0)