This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.4.0
0.4.0 (2023-09-16)
Features
- Add
axisparameter todroplevelandreorder_levels(7c6b0dd) - Add
bfillandffilltoDataFrameandSeries(7c6b0dd) - Add
DataFrame.combineandDataFrame.combine_first(#27) (7c6b0dd) - Add
DataFrame.nlargest,nsmallest(7c6b0dd) - Add
DataFrame.pct_changeandSeries.pct_change(7c6b0dd) - Add
DataFrame.skewandGroupBy.skew(7c6b0dd) - Add
DataFrame.to_dict,to_excel,to_latex,to_records,to_string,to_markdown,to_pickle,to_orc(7c6b0dd) - Add
diffmethod toDataFrameandGroupBy(7c6b0dd) - Add
filterandreindextoSeriesandDataFrame(7c6b0dd) - Add
reindex_liketoDataFrameandSeries(7c6b0dd) - Add
swapleveltoDataFrameandSeries(7c6b0dd) - Add partial support for
Sereies.replace(7c6b0dd) - Support
DataFrame.loc[bool_series, column] = scalar(7c6b0dd) - Support a persistent
nameinremote_function(7c6b0dd)
Bug Fixes
remote_functionuses same credentials as other APIs (7c6b0dd)- Add type hints to models (7c6b0dd)
- Raise error when ARIMAPlus is used with Pipeline (7c6b0dd)
- Remove
transformsparameter inmodel.fit(breaking change) (7c6b0dd) - Support column joins with "None indexer" (7c6b0dd)
- Use for literals
Int64Dtypeincut(7c6b0dd) - Use lowercase strings for parameter literals in
bigframes.ml(breaking change) (7c6b0dd)
Performance Improvements
bigframes-apilabel to I/O query jobs (7c6b0dd)