Skip to content
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: v0.18.0
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: v0.19.0
Choose a head ref
  • 11 commits
  • 38 files changed
  • 5 contributors

Commits on Jan 3, 2024

  1. Copy the full SHA
    e3a056a View commit details

Commits on Jan 4, 2024

  1. fix: Fix bug converting non-string labels to sql ids (#296)

    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> 🦕
    TrevorBergeron authored Jan 4, 2024
    Copy the full SHA
    a61c5fe View commit details
  2. Copy the full SHA
    a01b271 View commit details
  3. feat: Allow manually set clustering_columns in dataframe.to_gbq (#302)

    * feat: Allow manually set clustering_columns in dataframe.to_gbq
    
    * Update if_exists check.
    
    * Update test.
    Genesis929 authored Jan 4, 2024
    Copy the full SHA
    9c21323 View commit details

Commits on Jan 5, 2024

  1. fix: DF.drop tuple input as multi-index (#301)

    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/317131784
    GarrettWu authored Jan 5, 2024
    Copy the full SHA
    21391a9 View commit details

Commits on Jan 8, 2024

  1. docs: add code samples for Series.ffill and DataFrame.ffill (#307)

    * docs: add code samples for Series.ffill and DataFrame.ffill
    
    * address comments
    ashleyxuu authored Jan 8, 2024
    Copy the full SHA
    1c63b45 View commit details
  2. feat: support assigning to columns like a property (#304)

    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> 🦕
    TrevorBergeron authored Jan 8, 2024
    Copy the full SHA
    f645c56 View commit details
  3. feat: add Series dt.tz and dt.unit properties (#303)

    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> 🦕
    TrevorBergeron authored Jan 8, 2024
    Copy the full SHA
    2e1a403 View commit details

Commits on Jan 9, 2024

  1. Copy the full SHA
    dafbc1b View commit details
  2. refactor: unify row operators to same interface (#100)

    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> 🦕
    TrevorBergeron authored Jan 9, 2024
    Copy the full SHA
    2d98a5a View commit details

Commits on Jan 10, 2024

  1. chore(main): release 0.19.0 (#300)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Garrett Wu <6505921+GarrettWu@users.noreply.github.com>
    release-please[bot] and GarrettWu authored Jan 10, 2024
    Copy the full SHA
    aac35a3 View commit details
Loading