This repository was archived by the owner on May 7, 2026. It is now read-only.
Conversation
feat: support `Series.corr` fix: raise AttributeError for unimplemented pandas methods feat: support `DataFrame.stack` feat: support `np.arcsin`, `np.arccos`, `np.arctan`, `np.sinh`, `np.cosh`, `np.tanh`, `np.arcsinh`, `np.arccosh`, `np.arctanh`, `np.exp` with Series argument fix: align column names with pandas in `DataFrame.agg` results docs: set `options.bigquery.project` in sample code chore: unit test internal `get_standardized_ids` method fix: include survey link in abstract `NotImplementedError` exception messages perf: lazily instantiate client library objects fix: allow (but still not recommended) `ORDER BY` in `read_gbq` input when an `index_col` is defined feat: support `read_json` with `engine=bigquery` for newline-delimited JSON files chore: remove unneeded `types-retry` reference feat: support `np.sin`, `np.cos`, `np.tan`, `np.log`, `np.log10`, `np.sqrt`, `np.abs` with Series argument fix: label temp table creation jobs with `source=bigquery-dataframes-temp` label fix: support spaces in column names in `DataFrame` initializater chore: fix permissions on publish docs script feat: support `df[my_column] = [a python list]` feat: add `components_`, `explained_variance_`, and `explained_variance_ratio_` properties to `bigframes.ml.decomposition.PCA` chore: add execute permissions on publish docs script docs: fix link to GitHub chore: fix docs build fix: check for IAM role on the BigQuery connection when initializing a `remote_function` chore: revert pin to maximum pytest-retry plugin version in tests Change-Id: Ia2bbfdd6920185ae8888597654d6a1baa0bab9ae
Contributor
|
LGTM |
ashleyxuu
approved these changes
Aug 29, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Created with the following git command:
feat: support
Series.corrfix: raise AttributeError for unimplemented pandas methods
feat: support
DataFrame.stackfeat: support
np.arcsin,np.arccos,np.arctan,np.sinh,np.cosh,np.tanh,np.arcsinh,np.arccosh,np.arctanh,np.expwith Series argumentfix: align column names with pandas in
DataFrame.aggresultsdocs: set
options.bigquery.projectin sample codechore: unit test internal
get_standardized_idsmethodfix: include survey link in abstract
NotImplementedErrorexception messagesperf: lazily instantiate client library objects
fix: allow (but still not recommended)
ORDER BYinread_gbqinput when anindex_colis definedfeat: support
read_jsonwithengine=bigqueryfor newline-delimited JSON fileschore: remove unneeded
types-retryreferencefeat: support
np.sin,np.cos,np.tan,np.log,np.log10,np.sqrt,np.abswith Series argumentfix: label temp table creation jobs with
source=bigquery-dataframes-templabelfix: support spaces in column names in
DataFrameinitializaterchore: fix permissions on publish docs script
feat: support
df[my_column] = [a python list]feat: add
components_,explained_variance_, andexplained_variance_ratio_properties tobigframes.ml.decomposition.PCAchore: add execute permissions on publish docs script
docs: fix link to GitHub
chore: fix docs build
fix: check for IAM role on the BigQuery connection when initializing a
remote_functionchore: revert pin to maximum pytest-retry plugin version in tests
Change-Id: Ia2bbfdd6920185ae8888597654d6a1baa0bab9ae