BLD: created a script which migrates existing bundles

This commit is contained in:
Frederic Fortier
2018-03-05 23:26:55 -05:00
parent 623ace1cbd
commit 1f0c037d29
+1
View File
@@ -84,6 +84,7 @@ def get_df_from_arrays(arrays, periods):
data=ohlcv,
index=periods
)
df.index.name = 'last_traded'
return df