Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 18, 2023
chore(main): release 0.9.0 (#108)
Show description for e2788a8authoredfeat: use ArrowDtype for STRUCT columns in `to_pandas` (#85)
Show description for 9238fadauthoredfix: fix TODOs for loc multiindex (#113)
Show description for 68e3cd3
Commits on Oct 17, 2023
feat: add `bigframes.options.bigquery.application_name` for partner attribution (#117)
Show description for 52d64ffauthored- authored
feat: Support external packages in `remote_function` (#98)
Show description for ec10c4aauthoredfeat: add AtIndexer getitems (#107)
Show description for 752b01f
Commits on Oct 16, 2023
perf: if primary keys are defined, `read_gbq` avoids copying table data (#112)
Show description for e6c0cd1authored
Commits on Oct 13, 2023
style: improve cancellation string (#111)
Show description for 752a1d6authored- authored
docs: add open-source link in API doc (#106)
Show description for db51fe3authored
Commits on Oct 12, 2023
refactor: all ArrayValue ops return only ArrayValue (#92)
Show description for 855616a- authored
feat: send BigQuery cancel request when canceling bigframes process (#103)
Show description for e325fbbchore: address last comments of PR#87 (#102)
Show description for 3b51a36authoredchore(main): release 0.8.0 (#99)
Show description for 1ff2755authoredfeat: Support compression in `to_parquet` (#91)
Show description for a8c286fauthored
Commits on Oct 11, 2023
fix: create session dataset for remote functions only when needed (#94)
Show description for 1d385beauthoredchore(main): release 0.7.0 (#86)
Show description for d39134dauthored- authored
Commits on Oct 10, 2023
feat: add level param to DataFrame.stack (#88)
Show description for 97b8becauthoredfeat: add iat and iloc accessing by tuples of integers (#90)
Show description for 228aebarefactor: refactor the directory of the notebooks (#89)
Show description for e1ee09bauthoreddocs: add more preprocessing models into the docs menu. (#97)
Show description for 1592315authored
Commits on Oct 9, 2023
chore(deps): bump urllib3 from 1.26.12 to 1.26.17 in /.kokoro (#96)
Show description for 5b0ee39authored
Commits on Oct 7, 2023
fix: change the invalid url in docs (#93)
Show description for 969800dauthored
Commits on Oct 5, 2023
feat: add equals methods to series/dataframe (#76)
Show description for 636a209authoredrefactor: simplify ArrayValue public interface (#82)
Show description for ff3bb89
Commits on Oct 4, 2023
feat: Allow df.drop to take an index object (#68)
Show description for 740c451feat: add aliases for several series properties (#80)
Show description for c0efec8chore(main): release 0.6.0 (#72)
Show description for bd692d8authoredfeat: add ml.preprocessing.KBinsDiscretizer (#81)
Show description for 24c6256authoredfix: change return type of `Series.loc[scalar]` (#40)
Show description for fff3d45
Commits on Oct 3, 2023
feat: add idxmin, idxmax to series, dataframe (#74)
Show description for 781307efeat: support STRUCT data type with `Series.struct.field` to extract child fields (#71)
Show description for 17afac9authored