1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 19:10:58 +08:00

fix static dataloader

This commit is contained in:
Dong Zhou
2020-11-24 22:52:19 +08:00
parent db9758575b
commit 5059bba51e

View File

@@ -191,3 +191,4 @@ class StaticDataLoader(DataLoader):
fields_group: load_dataset(path_or_obj)
for fields_group, path_or_obj in self.config.items()
}, axis=1, join=self.join)
self._data.sort_index(inplace=True)