-
Notifications
You must be signed in to change notification settings - Fork 61
chore(main): release 0.18.0 #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
f76ee7c
to
51d0f92
Compare
51d0f92
to
f26f24f
Compare
f26f24f
to
688808f
Compare
🤖 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.