Releases
v0.18.0
0.18.0 (2024-01-02)
Features
Add dataframe.to_html
(#259 ) (2cd6489 )
Add IntervalIndex
support to bigframes.pandas.cut
(#254 ) (6c1969a )
Add replace
method to DataFrame (#261 ) (5092215 )
Specific pyarrow mappings for decimal, bytes types (#283 ) (a1c0631 )
Bug Fixes
Dataframes.to_gbq
now creates dataset if it doesn't exist (#222 ) (bac62f7 )
Exclude pandas 2.2.0rc0 to unblock prerelease tests (#292 ) (ac1a745 )
Fix DataFrameGroupby.agg()
issue with as_index=False (#273 ) (ab49350 )
Make Series.str.replace
work for simple strings (#285 ) (ad67465 )
Update dataframe.to_gbq
to dedup column names. (#286 ) (746115d )
Use setuptools.find_namespace_packages (#246 ) (9ec352a )
Dependencies
Migrate to ibis-framework >= "7.1.0"
(#53 ) (9798a2b )
Documentation
Add code snippets for explore query result page (#278 ) (7cbbb7d )
Code samples for astype
common to DataFrame and Series (#280 ) (95b673a )
Code samples for DataFrame.copy
and Series.copy
(#290 ) (7cbc2b0 )
Code samples for drop
and fillna
(#284 ) (9c5012e )
Code samples for isna
, isnull
, dropna
, isin
(#289 ) (ad51035 )
Code samples for rename
, size
(#293 ) (eb69f60 )
Code samples for reset_index
and sort_values
(#282 ) (acc0eb7 )
Code samples for sample
, get
, Series.round
(#295 ) (c2b1892 )
Code samples for Series.{add, replace, unique, T, transpose}
(#287 ) (0e1bbfc )
Code samples for Series.{map, to_list, count}
(#290 ) (7cbc2b0 )
Code samples for Series.{name, std, agg}
(#293 ) (eb69f60 )
Code samples for Series.groupby
and Series.{sum,mean,min,max}
(#280 ) (95b673a )
Code samples for DataFrame set_index
, items
(#295 ) (c2b1892 )
Fix the rendering for get_dummies
(#291 ) (252f3a2 )
You can’t perform that action at this time.