You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🤖 I have created a release beep boop
0.18.0 (2024-01-02)
Features
dataframe.to_html
(#259) (2cd6489)IntervalIndex
support tobigframes.pandas.cut
(#254) (6c1969a)replace
method to DataFrame (#261) (5092215)Bug Fixes
Dataframes.to_gbq
now creates dataset if it doesn't exist (#222) (bac62f7)DataFrameGroupby.agg()
issue with as_index=False (#273) (ab49350)Series.str.replace
work for simple strings (#285) (ad67465)dataframe.to_gbq
to dedup column names. (#286) (746115d)Dependencies
ibis-framework >= "7.1.0"
(#53) (9798a2b)Documentation
astype
common to DataFrame and Series (#280) (95b673a)DataFrame.copy
andSeries.copy
(#290) (7cbc2b0)drop
andfillna
(#284) (9c5012e)isna
,isnull
,dropna
,isin
(#289) (ad51035)rename
,size
(#293) (eb69f60)reset_index
andsort_values
(#282) (acc0eb7)sample
,get
,Series.round
(#295) (c2b1892)Series.{add, replace, unique, T, transpose}
(#287) (0e1bbfc)Series.{map, to_list, count}
(#290) (7cbc2b0)Series.{name, std, agg}
(#293) (eb69f60)Series.groupby
andSeries.{sum,mean,min,max}
(#280) (95b673a)set_index
,items
(#295) (c2b1892)get_dummies
(#291) (252f3a2)This PR was generated with Release Please. See documentation.