Skip to content

chore: sync from internal git #27

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 1 commit into from
Sep 16, 2023
Merged

chore: sync from internal git #27

merged 1 commit into from
Sep 16, 2023

Conversation

tswast
Copy link
Collaborator

@tswast tswast commented Sep 15, 2023

feat: add DataFrame.combine and DataFrame.combine_first
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

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
@tswast tswast requested review from a team as code owners September 15, 2023 22:38
@tswast tswast requested a review from parthea September 15, 2023 22:38
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Sep 15, 2023
@tswast tswast changed the title feat: add DataFrame.combine and DataFrame.combine_first chore: sync from internal git Sep 15, 2023
@tswast tswast merged commit 7c6b0dd into main Sep 16, 2023
@tswast tswast deleted the sync-github branch September 16, 2023 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants