You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseNotImplementedError("is_proc_func_supported method is not implemented!")
60
60
61
61
62
-
classHasingStockStorage(BaseHandlerStorage):
63
-
"""Hasing data storage for datahanlder
62
+
classHashingStockStorage(BaseHandlerStorage):
63
+
"""Hashing data storage for datahanlder
64
64
- The default data storage pandas.DataFrame is too slow when randomly accessing one stock's data
65
-
- HasingStockStorage hashes the multiple stocks' data(pandas.DataFrame) by the key `stock_id`.
66
-
- HasingStockStorage hashes the pandas.DataFrame into a dict, whose key is the stock_id(str) and value this stock data(panda.DataFrame), it has the following format:
65
+
- HashingStockStorage hashes the multiple stocks' data(pandas.DataFrame) by the key `stock_id`.
66
+
- HashingStockStorage hashes the pandas.DataFrame into a dict, whose key is the stock_id(str) and value this stock data(panda.DataFrame), it has the following format:
0 commit comments