This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.26.0
1.26.0 (2024-11-12)
Features
- Add basic geopandas functionality (#962) (3759c63)
- Support
json_extract_string_arrayin thebigquerymodule (#1131) (4ef8bac)
Bug Fixes
- Fix Series.to_frame generating string label instead of int where name is None (#1118) (14e32b5)
- Update the API documentation with newly added rep (#1120) (72c228b)
Performance Improvements
- Reduce CURRENT_TIMESTAMP queries (#1114) (32274b1)
- Reduce dry runs from read_gbq with table (#1129) (f7e4354)
Documentation
- Add file for Classification with a Boosted Treed Model and snippet for preparing sample data (#1135) (7ac6639)
- Add snippet for Linear Regression tutorial Predict Outcomes section (#1101) (108f4a9)
- Update
DataFramedocstrings to include the errors section (#1127) (a38d4c4) - Update GroupBy docstrings (#1103) (9867a78)
- Update Session doctrings to include exceptions (#1130) (a870421)