Releases
v0.12.0
0.12.0 (2023-11-01)
Features
Add DataFrame.melt
(#113 ) (4e4409c )
Add DataFrame.to_pandas_batches()
to download large DataFrame
objects (#136 ) (3afd4a3 )
Add bigframes.options.compute.maximum_bytes_billed option that sets maximum bytes billed on query jobs (#133 ) (63c7919 )
Add pandas.qcut (#104 ) (8e44518 )
Add pd.get_dummies (#149 ) (d8baad5 )
Add unstack to series, add level param (#115 ) (5edcd19 )
Implement operator @
for DataFrame.dot
(#139 ) (79a638e )
Populate ibis version in user agent (#140 ) (c639a36 )
Bug Fixes
Don't override the global logging config (#138 ) (2ddbf74 )
Fix bug with column names under repeated column assignment (#150 ) (29032d0 )
Resolve plotly rendering issue by using ipython html for job pro… (#134 ) (39df43e )
Use indexee's session for loc listlike cases (#152 ) (27c5725 )
Documentation
Add artithmetic df sample code (#153 ) (ac44ccd )
Fix indentation on read_gbq_function
code sample (#163 ) (0801d96 )
Link to ML.EVALUATE BQML page for score() methods (#137 ) (45c617f )
You can’t perform that action at this time.