Skip to content

0.2.0

Compare
Choose a tag to compare
@ff137 ff137 released this 25 Feb 15:15
· 8 commits to main since this release
7b64e95

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

  • ✨ Enhance default dataframe schema by @ff137 in #9

Full Changelog: 0.1.1...0.2.0