Merged
Conversation
feat: add `DataFrame.skew` and `GroupBy.skew` test: remove unneeded mock perf: `bigframes-api` label to I/O query jobs fix: `remote_function` uses same credentials as other APIs test: BQML golden SQL unit tests feat: add `DataFrame.pct_change` and `Series.pct_change` test: disable `remote_function` reuse in tests test: fix flaky repr_cache tests test: add unit tests for private `ArrayValue` class feat: add `DataFrame.to_dict`, `to_excel`, `to_latex`, `to_records`, `to_string`, `to_markdown`, `to_pickle`, `to_orc` fix: use for literals `Int64Dtype` in `cut` feat: add `DataFrame.nlargest`, `nsmallest` chore: refactor PCA tests feat: add `bfill` and `ffill` to `DataFrame` and `Series` feat: add `reindex_like` to `DataFrame` and `Series` fix: use lowercase strings for parameter literals in `bigframes.ml` (**breaking change**) feat: support `DataFrame.loc[bool_series, column] = scalar` fix: support column joins with "None indexer" docs: document region logic in README feat: add partial support for `Sereies.replace` fix: add type hints to models test: add more unit tests for internal `ArrayValue` feat: add `filter` and `reindex` to `Series` and `DataFrame` docs: document possible parameter values for PaLM2TextGenerator test: mark generate_text test as flaky feat: support a persistent `name` in `remote_function` fix: raise error when ARIMAPlus is used with Pipeline feat: add `swaplevel` to `DataFrame` and `Series` feat: add `axis` parameter to `droplevel` and `reorder_levels` docs: fix OneHotEncoder sample fix: remove `transforms` parameter in `model.fit` (**breaking change**) feat: add `diff` method to `DataFrame` and `GroupBy` Change-Id: Ife2a74e52af63eabc35ab311268112d336ab1f45
DataFrame.combine and DataFrame.combine_first
Genesis929
approved these changes
Sep 15, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: add
DataFrame.combineandDataFrame.combine_firstfeat: add
DataFrame.skewandGroupBy.skewtest: remove unneeded mock
perf:
bigframes-apilabel to I/O query jobsfix:
remote_functionuses same credentials as other APIstest: BQML golden SQL unit tests
feat: add
DataFrame.pct_changeandSeries.pct_changetest: disable
remote_functionreuse in teststest: fix flaky repr_cache tests
test: add unit tests for private
ArrayValueclassfeat: add
DataFrame.to_dict,to_excel,to_latex,to_records,to_string,to_markdown,to_pickle,to_orcfix: use for literals
Int64Dtypeincutfeat: add
DataFrame.nlargest,nsmallestchore: refactor PCA tests
feat: add
bfillandffilltoDataFrameandSeriesfeat: add
reindex_liketoDataFrameandSeriesfix: use lowercase strings for parameter literals in
bigframes.ml(breaking change)feat: support
DataFrame.loc[bool_series, column] = scalarfix: support column joins with "None indexer"
docs: document region logic in README
feat: add partial support for
Sereies.replacefix: add type hints to models
test: add more unit tests for internal
ArrayValuefeat: add
filterandreindextoSeriesandDataFramedocs: document possible parameter values for PaLM2TextGenerator
test: mark generate_text test as flaky
feat: support a persistent
nameinremote_functionfix: raise error when ARIMAPlus is used with Pipeline
feat: add
swapleveltoDataFrameandSeriesfeat: add
axisparameter todroplevelandreorder_levelsdocs: fix OneHotEncoder sample
fix: remove
transformsparameter inmodel.fit(breaking change)feat: add
diffmethod toDataFrameandGroupBy