keep index name consistent
This commit is contained in:
@@ -43,6 +43,8 @@ class ArcticLibrary:
|
||||
|
||||
def set_data(self, symbol, df):
|
||||
df.index = df.index.view("datetime64[ns]") # adb supports update only for timeseries indexes
|
||||
df.index.name = "run"
|
||||
|
||||
self.lib.update(symbol, df)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user