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.combine
andDataFrame.combine_first
feat: add
DataFrame.skew
andGroupBy.skew
test: remove unneeded mock
perf:
bigframes-api
label to I/O query jobsfix:
remote_function
uses same credentials as other APIstest: BQML golden SQL unit tests
feat: add
DataFrame.pct_change
andSeries.pct_change
test: disable
remote_function
reuse in teststest: fix flaky repr_cache tests
test: add unit tests for private
ArrayValue
classfeat: add
DataFrame.to_dict
,to_excel
,to_latex
,to_records
,to_string
,to_markdown
,to_pickle
,to_orc
fix: use for literals
Int64Dtype
incut
feat: add
DataFrame.nlargest
,nsmallest
chore: refactor PCA tests
feat: add
bfill
andffill
toDataFrame
andSeries
feat: add
reindex_like
toDataFrame
andSeries
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
andreindex
toSeries
andDataFrame
docs: document possible parameter values for PaLM2TextGenerator
test: mark generate_text test as flaky
feat: support a persistent
name
inremote_function
fix: raise error when ARIMAPlus is used with Pipeline
feat: add
swaplevel
toDataFrame
andSeries
feat: add
axis
parameter todroplevel
andreorder_levels
docs: fix OneHotEncoder sample
fix: remove
transforms
parameter inmodel.fit
(breaking change)feat: add
diff
method toDataFrame
andGroupBy