Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery-dataframes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3cfe572f88fc5ee16b17f02dda4abebaf53dc67b
Choose a base ref
...
head repository: googleapis/python-bigquery-dataframes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e30360cd00c142efa19247f6084b079b7a1229e
Choose a head ref
  • 9 commits
  • 30 files changed
  • 8 contributors

Commits on Oct 31, 2023

  1. 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>
    ashleyxuu and shobsi authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    cfebfaa View commit details
    Browse the repository at this point in the history
  2. 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
    orrbradford authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    63c7919 View commit details
    Browse the repository at this point in the history
  3. docs: fix indentation on read_gbq_function code 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> 🦕
    tswast authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0801d96 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. 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>
    milkshakeiii and Henry J Solberg authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d8baad5 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.12.0 (#151)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    bf1ec89 View commit details
    Browse the repository at this point in the history
  3. test: add code snippets for using bigframes.ml (#159)

    * test: add code snippets for using bigframes.ml
    ashleyxuu authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3d7a0d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    b9cb55c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96699d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e30360 View commit details
    Browse the repository at this point in the history
Loading