Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Dec 12, 2023
chore(main): release 0.16.0 (#250)
Show description for 9cde708authoredtest: migrate e2e presubmit tests to bigframes-load-testing project (#160)
Show description for 8766ac6authoredfix: pin prerelease tests to pandas 2.1.3 to unblock e2e tests (#268)
Show description for b02fc2cauthored
Commits on Dec 11, 2023
docs: add example to dataframe.nlargest, dataframe.nsmallest, datafra… (#234)
Show description for e735412authoreddocs: add example for dataframe.melt, dataframe.pivot, dataframe.stac… (#252)
Show description for 8c63697feat: support dataframe.loc with conditional columns selection (#233)
Show description for 3febea9feat: add ARIMAPlus.predict parameters (#264)
Show description for 99598c7authored
Commits on Dec 9, 2023
fix: enfore pandas version requirement <2.1.4 (#265)
Show description for 9dd63f6authored
Commits on Dec 8, 2023
docs: correct the docs for `option_context` (#263)
Show description for d21c6ddauthored
Commits on Dec 7, 2023
fix: ml.sql logic (#262)
Show description for 68c6fdfauthoreddocs: add code samples for `shape` and `head` (#257)
Show description for 5bdcc65authored
Commits on Dec 6, 2023
fix: fix value_counts column label for normalize=True (#245)
Show description for d3fa6f2authored
Commits on Dec 5, 2023
feat: add nunique method to Series/DataFrameGroupby (#256)
Show description for c8ec245authoreddocs: Fix return annotation in API docstrings (#253)
Show description for 89a1c67authoreddocs: add examples for dataframe.nunique, dataframe.diff, dataframe.a… (#251)
Show description for 77074ecauthoreddocs: correct the params rendering for `ml.remote` and `ml.ensemble` modules (#248)
Show description for c2829e3authored
Commits on Dec 1, 2023
feat: add DataFrame from_dict and from_records methods (#244)
Show description for 8d81e24authored- authored
feat: add DataFrame.select_dtypes method (#242)
Show description for 1737accauthored
Commits on Nov 30, 2023
Commits on Nov 29, 2023
chore(main): release 0.15.0 (#214)
Show description for 8089b15authoredchore: release 0.15.0 (#241)
Show description for 6c899beauthoredfeat: add remote vertex model support (#237)
Show description for 0bfc4fbauthored- authored
test: fix prerelease tests (#239)
Show description for fbc31abauthoredfix: update the llm+kmeans notebook with recent change (#236)
Show description for f8917abauthored
Commits on Nov 28, 2023
fix: use anonymous dataset to create `remote_function` (#205)
Show description for 69b016eauthored- authored
fix: make to_pandas override enable_downsampling when sampling_method is manually set. (#200)
Show description for ae03756authoreddocs: add examples for dataframe.mean, dataframe.median, dataframe.va… (#228)
Show description for edd0522authoreddocs: add examples for dataframe.kurt, dataframe.std, dataframe.count (#232)
Show description for f9c6e72authored
Commits on Nov 24, 2023
Commits on Nov 23, 2023
docs: add examples for dataframe.min, dataframe.max and dataframe.sum (#227)
Show description for 3a375e8authored
Commits on Nov 22, 2023
docs: make the code samples reflect default bq connection usage (#206)
Show description for 71844b0authoreddocs: code samples for dataframe.any, dataframe.all and dataframe.prod (#223)
Show description for d7957faauthored