Releases: googleapis/python-bigquery-dataframes
Releases · googleapis/python-bigquery-dataframes
v1.19.0
v1.18.0
1.18.0 (2024-09-18)
Features
- Add "include" param to describe for string types (#973) (deac6d2)
- Add
subset
parameter toDataFrame.dropna
to select which columns to consider (#981) (f7c03dc)
Bug Fixes
- DataFrameGroupby.agg now works with unnamed tuples (#985) (0f047b4)
- Fix a bug that raises exception when re-indexing columns with their original order (#988) (596b03b)
- Make the
Series.apply
outcomeassign
able to the original dataframe in partial ordering mode (#874) (c94ead9)
Dependencies
v1.17.0
1.17.0 (2024-09-11)
Features
- Add
__version__
alias to bigframes.pandas (#967) (9ce10b4) - Add Gemini 1.5 stable models support (#945) (c1cde19)
- Allow setting table labels in
to_gbq
(#941) (cccc6ca) - Define list accessor for bigframes Series (#946) (8e8279d)
- Enable read_csv() to process other files (#940) (3b35860)
- Include the bigframes package version alongside the feedback link in error messages (#936) (7b59b6d)
Bug Fixes
- Astype Decimal to Int64 conversion. (#957) (27764a6)
- Make
read_gbq_function
work for multi-param functions (#947) (c750be6) - Support
read_gbq_function
for axis=1 application (#950) (86e54b1)
Documentation
v1.16.0
1.16.0 (2024-09-04)
Features
- Add
DataFrame.struct.explode
to add struct subfields to a DataFrame (#916) (ad2f75e) - Implement
bigframes.bigquery.json_extract_array
(#910) (575a29e) - Recover struct column from exploded Series (#904) (7dd304c)
Bug Fixes
- Fix issue with iterating on >10gb dataframes (#949) (2b0f0fa)
- Improve
Series.replace
for dict input (#907) (4208044) - NullIndex in ML model.predict error (#917) (612271d)
- Struct field non-nullable type issue. (#914) (149d5ff)
- Unordered mode errors in ml train_test_split (#925) (85d7c21)
Performance Improvements
Dependencies
- Re-introduce support for numpy 1.24.x (#931) (3d71913)
- Update minimum support to Pandas 1.5.3 and Pyarrow 10.0.1 (#903) (7ed3962)
Documentation
v1.15.0
v1.14.0
1.14.0 (2024-08-14)
Features
- Implement
bigframes.bigquery.json_extract
(#868) (3dbf84b) - Implement
Series.str.__getitem__
(#897) (e027b7e)
Bug Fixes
Performance Improvements
- Generate SQL with fewer CTEs (#877) (eb60804)
- Speed up compilation by reducing redundant type normalization (#896) (e0b11bc)
Documentation
v1.13.0
1.13.0 (2024-08-05)
Features
df.apply(axis=1)
to support remote function with mutiple params (#851) (2158818)- Allow windowing in 'partial' ordering mode (#861) (ca26fe5)
- Create a separate OrderingModePartialPreviewWarning for more fine-grained warning filters (#879) (8753bdd)
Bug Fixes
Documentation
v1.12.0
1.12.0 (2024-07-31)
Features
- Add bigframes-mode label to query jobs (#832) (c9eaff0)
- Add config option to set partial ordering mode (#855) (823c0ce)
- Add stratify param support to ml.model_selection.train_test_split method (#815) (27f8631)
- Add streaming.StreamingDataFrame class (#864) (a7d7197)
- Allow DataFrame.join for self-join on Null index (#860) (e950533)
- Support remote function cleanup with
session.close
(#818) (ed06436) - Support to_csv/parquet/json to local files/objects (#858) (d0ab9cc)
Bug Fixes
- Fewer relation joins from df self-operations (#823) (0d24f73)
- Fix 'sql' property for null index (#844) (1b6a556)
- Fix unordered mode using ordered path to print frame (#839) (93785cb)
- Reduce redundant
remote_function
deployments (#856) (cbf2d42)
Documentation
v1.11.1
v1.11.0
1.11.0 (2024-07-01)
Features
- Add .agg support for size (#792) (87e6018)
- Add
bigframes.bigquery.json_set
(#782) (1b613e0) - Add
bigframes.streaming.to_pubsub
method to create continuous query that writes to Pub/Sub (#801) (b47f32d) - Add
DataFrame.to_arrow
to create Arrow Table from DataFrame (#807) (1e3feda) - Add
PolynomialFeatures
support toto_gbq
and pipelines (#805) (57d98b9) - Add Series.peek to preview data efficiently (#727) (580e1b9)
- Expose gcf memory param in
remote_function
(#803) (014765c) - More informative error when query plan too complex (#811) (136dc24)