mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 11:16:15 +08:00
ENH: Add writer for minute bcolz format.
Implement a writer for minute data into a format comprised of multiple ctables, one for each individual asset, with a common 'index' shared by all ctables where a given a dt maps to the same array index for all equities and fields. This format is pulled from the lazy-mainline/Q2.0 branch, with some changes to the interface. Add basic retrieval of values at a given dt to reader. Not yet used by Zipline simulations, but added to support unit tests. Also, rename stubbed out us_equity_minutes to minute_bars, since the writer can be agnostic to asset type.
This commit is contained in:
@@ -105,3 +105,9 @@ Asset Metadata
|
||||
|
||||
.. autoclass:: zipline.assets.assets.AssetConvertible
|
||||
:members:
|
||||
|
||||
Data API
|
||||
~~~~
|
||||
|
||||
.. autoclass:: zipline.data.minute_bars.BcolzMinuteBarWriter
|
||||
:members:
|
||||
|
||||
Reference in New Issue
Block a user