-
Notifications
You must be signed in to change notification settings - Fork 50
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-dataframes
base: v0.25.0
head repository: googleapis/python-bigquery-dataframes
compare: v0.26.0
Commits on Mar 14, 2024
-
chore: add deferred exec code samples (#439)
* chore: add deferred exec code samples * fix tests * fix tests
Configuration menu - View commit details
-
Copy full SHA for 456fb32 - Browse repository at this point
Copy the full SHA 456fb32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f5a6e - Browse repository at this point
Copy the full SHA 95f5a6eView commit details
Commits on Mar 15, 2024
-
feat: support datetime related casting in (Series|DataFrame|Index).as…
…type (#442) * feat: support datetime related casting in (Series|DataFrame|Index).astype * chore: add deferred exec code samples (#439) * chore: add deferred exec code samples * fix tests * fix tests * feat: add DataFrame.pipe() method (#421) * addressed comments --------- Co-authored-by: Garrett Wu <6505921+GarrettWu@users.noreply.github.com> Co-authored-by: TrevorBergeron <tbergeron@google.com>
Configuration menu - View commit details
-
Copy full SHA for fde339b - Browse repository at this point
Copy the full SHA fde339bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e16a8c0 - Browse repository at this point
Copy the full SHA e16a8c0View commit details -
docs: add version information to bug template (#437)
* docs: add version information to bug template * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 91bd39e - Browse repository at this point
Copy the full SHA 91bd39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c3e668 - Browse repository at this point
Copy the full SHA 1c3e668View commit details -
test: enable BYOSA test for
remote_function
cloud function (#432)This support was added in [PR#407](https://togithub.com/googleapis/python-bigquery-dataframes/pull/407) but the test was only verified locally since the project `bigframes-load-testing` is latchkey managed and would require some extra configuration to set-up. This change does one step better by enabling the test in the automated pipelines by targeting it to a different project `bigframes-dev-perf` which is easier to set up through cloud console. Eventually it should be moved to run entirely in `bigframes-load-testing` after the necessary configuration is done through latchkey (created internal issue 329339908 to track the work). Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Configuration menu - View commit details
-
Copy full SHA for 40ddb69 - Browse repository at this point
Copy the full SHA 40ddb69View commit details -
fix: raise
ValueError
whenread_pandas()
receives a bigframes `Da……taFrame` (#447) * fix: raise `ValueError` when `read_pandas()` receives a bigframes `DataFrame` * make actually a unit test
Configuration menu - View commit details
-
Copy full SHA for b28f9fd - Browse repository at this point
Copy the full SHA b28f9fdView commit details -
fix: fix broken link in covid notebook (#450)
* fix: fix broken link in covid notebook * Update bq_dataframes_covid_line_graphs.ipynb --------- Co-authored-by: Henry J Solberg <henryjsolberg@google.com>
Configuration menu - View commit details
-
Copy full SHA for adadb06 - Browse repository at this point
Copy the full SHA adadb06View commit details
Commits on Mar 18, 2024
-
docs: add the docs for loc and iloc indexers (#446)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Configuration menu - View commit details
-
Copy full SHA for 14ab8d8 - Browse repository at this point
Copy the full SHA 14ab8d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df0140 - Browse repository at this point
Copy the full SHA 1df0140View commit details -
feat: support Series.dt.strftime (#453)
* feat: support Series.dt.strftime * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * address comments * fix imports * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f6e955 - Browse repository at this point
Copy the full SHA 8f6e955View commit details -
fix: series.(to_csv|to_json) leverages bq export (#452)
Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for 718a00c - Browse repository at this point
Copy the full SHA 718a00cView commit details -
feat:
read_gbq_table
supportsLIKE
as a operator infilters
(#454)Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes internal issue 330149095 🦕
Configuration menu - View commit details
-
Copy full SHA for d2d425a - Browse repository at this point
Copy the full SHA d2d425aView commit details
Commits on Mar 19, 2024
-
fix: disable to_json and to_csv related tests (#462)
* fix: disable series to_json and to_csv tests * disable the rest ones
Configuration menu - View commit details
-
Copy full SHA for 874026d - Browse repository at this point
Copy the full SHA 874026dView commit details -
refactor: Reimplement implicit joiner at expression layer (#436)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Configuration menu - View commit details
-
Copy full SHA for 6611c28 - Browse repository at this point
Copy the full SHA 6611c28View commit details -
fix: df.drop_na preserves columns dtype (#457)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Configuration menu - View commit details
-
Copy full SHA for 3bab1a9 - Browse repository at this point
Copy the full SHA 3bab1a9View commit details -
test: do GCF cleanup in both presubmit and e2e tests (#423)
* test: do GCF cleanup in both presubmit and e2e tests * use functions client from session * address review comments --------- Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5dd9e6e - Browse repository at this point
Copy the full SHA 5dd9e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 340f0b5 - Browse repository at this point
Copy the full SHA 340f0b5View commit details -
docs: add code samples for
ml.metrics.r2_score
(#459)Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes internal #330220122 🦕
Configuration menu - View commit details
-
Copy full SHA for 85fefa2 - Browse repository at this point
Copy the full SHA 85fefa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3971bd2 - Browse repository at this point
Copy the full SHA 3971bd2View commit details -
fix!: exclude remote models for .register() (#465)
* fix: exclude remote models for .register() * fix mypy
Configuration menu - View commit details
-
Copy full SHA for 73fe0f8 - Browse repository at this point
Copy the full SHA 73fe0f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8e97d - Browse repository at this point
Copy the full SHA 4e8e97dView commit details -
fix: any() on empty set now correctly returns False (#471)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Configuration menu - View commit details
-
Copy full SHA for f55680c - Browse repository at this point
Copy the full SHA f55680cView commit details -
fix: fix broken multiindex loc cases (#467)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Configuration menu - View commit details
-
Copy full SHA for b519197 - Browse repository at this point
Copy the full SHA b519197View commit details -
fix: groupby aggregates no longer check if grouping keys are numeric (#…
…472) Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Configuration menu - View commit details
-
Copy full SHA for 4fbf938 - Browse repository at this point
Copy the full SHA 4fbf938View commit details
Commits on Mar 20, 2024
-
chore(main): release 0.26.0 (#445)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4727563 - Browse repository at this point
Copy the full SHA 4727563View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.