This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.20.0
0.20.0 (2024-01-30)
Features
- Add
DataFrame.peek()as an efficient alternative tohead()results preview (#318) (9c34d83) - Add ARIMA_EVAULATE options in forecasting models (#336) (73e997b)
- Add Index constructor, repr, copy, get_level_values, to_series (#334) (e5d054e)
- Improve error message for drive based BQ table reads (#344) (0794788)
- Update cut to work without labels = False and show intervals as dict (#335) (4ff53db)
Bug Fixes
- Chance default connection name in getting_started.ipnyb (#347) (677f014)
- Series iteration correctly returns values instead of index (#339) (2c6af9b)