chore: sync latest changes from internal repo #7
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 by synchronizing to internal commit 7c0ce89
docs: highlight bigframes is open-source
docs: correct the return types of Dataframe and Series
docs: create subfolders for notebooks
feat: add
bigframes.get_global_session()
andbigframes.reset_session()
aliaseschore: mark ml.llm tests flaky
chore: make kokoro/build.sh executable
feat: add
Series.str
methodsisalpha
,isdigit
,isdecimal
,isalnum
,isspace
,islower
,isupper
,zfill
,center
chore: pin max pytest-retry plugin version in tests
docs: sample ML Drug Name Generation notebook
docs: add samples and best practices to
read_gbq
docschore: fix Python download path in docs-presubmit tests
perf: add local cache for
__repr_*__
methodsfeat: support
DataFrame.pivot
fix: don't use query cache for Session construction
feat: add
bigframes.pandas.read_pickle
functionfeat: support MultiIndex for DataFrame columns
chore: change the docs kokoro setup to Gerrit path
docs: transform remote function user guide into sample code
fix: raise exception for invalid function in
read_gbq_function
docs: add release status to table of contents
feat: add
fit_transform
tobigquery.ml
transformersfeat: use
pandas.Index
for column labelsdocs: add ML section under Overview
fix: check that types are specified in
read_gbq_function
fix: add error message to
set_index