0.2.0
ohlc-toolkit 0.2.0
Default data schemas have been updated as follows:
We now expect OHLCV (open-high-low-close-volume) values to be float32's, for lower memory usage by default.
Note: If you're working with 💩-coin data, with btc as the base currency, you may want to request float64's for higher precision. But this is only ~10 satoshi precision matters. float32 (7-decimal precision) is more than good enough for most datasets.
If you are working with data that requires no decimals, you can read data with int32 dtypes
We also add datetime representation of the timestamp to the index of the OHLC dataframe.
What's Changed
Full Changelog: 0.1.1...0.2.0