-
Notifications
You must be signed in to change notification settings - Fork 69
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-dataframes
base: 3cfe572f88fc5ee16b17f02dda4abebaf53dc67b
head repository: googleapis/python-bigquery-dataframes
compare: 0e30360cd00c142efa19247f6084b079b7a1229e
- 9 commits
- 30 files changed
- 8 contributors
Commits on Oct 31, 2023
-
test: add code snippets for loading data from BigQuery Job (#154)
* test: add code snippets for loading data from BigQuery Job * fix: address the comments * fix: fix the broken test * use BigQuery Client library to get the job_id * feat: Implement operator `@` for `DataFrame.dot` (#139) 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 b/297502513 🦕 * fix: fix the comments --------- Co-authored-by: Shobhit Singh <shobs@google.com>
Configuration menu - View commit details
-
Copy full SHA for cfebfaa - Browse repository at this point
Copy the full SHA cfebfaaView commit details -
feat: add bigframes.options.compute.maximum_bytes_billed option that …
…sets maximum bytes billed on query jobs (#133) -implement context manager for global options -maximum_bytes_billed only applies to query jobs. This limitation will be set per query. Operations that trigger multiple jobs may result in total usage beyond this setting
Configuration menu - View commit details
-
Copy full SHA for 63c7919 - Browse repository at this point
Copy the full SHA 63c7919View commit details -
docs: fix indentation on
read_gbq_functioncode sample (#163)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 0801d96 - Browse repository at this point
Copy the full SHA 0801d96View commit details
Commits on Nov 1, 2023
-
feat: add pd.get_dummies (#149)
* feat: add pd.get_dummies * remove unneeded prefix case * param/documentation fixes * be stricter about types in test * be stricter about types in series test * remove unneeded comment * adjust for type difference in pandas 1 * add example code (tested) * fix None columns and add test cases * variable names and _get_unique_values per-column * account for pandas 1 behavior difference * remove already_seen set * avoid unnecessary join/projection * fix column ordering edge case * adjust for picky examples checker * example tweak * make part of the example comments * use ellipsis in doctest comment * add <BLANKLINES> to doctest string * extract parameter standardization * extract submethods --------- Co-authored-by: Henry J Solberg <henryjsolberg@google.com>
Configuration menu - View commit details
-
Copy full SHA for d8baad5 - Browse repository at this point
Copy the full SHA d8baad5View commit details -
chore(main): release 0.12.0 (#151)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf1ec89 - Browse repository at this point
Copy the full SHA bf1ec89View commit details -
test: add code snippets for using bigframes.ml (#159)
* test: add code snippets for using bigframes.ml
Configuration menu - View commit details
-
Copy full SHA for 3d7a0d6 - Browse repository at this point
Copy the full SHA 3d7a0d6View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9cb55c - Browse repository at this point
Copy the full SHA b9cb55cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96699d6 - Browse repository at this point
Copy the full SHA 96699d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e30360 - Browse repository at this point
Copy the full SHA 0e30360View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3cfe572f88fc5ee16b17f02dda4abebaf53dc67b...0e30360cd00c142efa19247f6084b079b7a1229e