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.6.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.7.0
Choose a head ref
  • 12 commits
  • 37 files changed
  • 9 contributors

Commits on Oct 4, 2023

  1. feat: add aliases for several series properties (#80)

    * feat: add aliases for several series properties
    
    ---------
    
    Co-authored-by: Tim Swast <[email protected]>
    TrevorBergeron and tswast authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c0efec8 View commit details
    Browse the repository at this point in the history
  2. feat: Allow df.drop to take an index object (#68)

    * feat: Allow passing index objects to df.drop
    
    * remove notebook files
    
    * add first implementation for df.drop(index)
    
    * use index_columns property
    
    * don't use _expr.keys()
    
    * fix order bug and add test
    
    * fix index names
    
    * support multiindex
    
    * remove accidentally added files
    
    * add type hint
    
    * remove debug print statements
    
    * fix: fix df/series.iloc by list with multiindex
    
    * complete merge
    
    * remove unneeded isinstance
    
    * refactor _drop_by_index
    
    ---------
    
    Co-authored-by: Henry J Solberg <[email protected]>
    Co-authored-by: Tim Swast <[email protected]>
    3 people authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    740c451 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. refactor: simplify ArrayValue public interface (#82)

    * refactor: simplify ArrayValue public interface
    
    ---------
    
    Co-authored-by: Tim Swast <[email protected]>
    TrevorBergeron and tswast authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ff3bb89 View commit details
    Browse the repository at this point in the history
  2. feat: add equals methods to series/dataframe (#76)

    * feat: add equals methods to series/dataframe
    TrevorBergeron authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    636a209 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. fix: change the invalid url in docs (#93)

    * fix: change the invalid url in docs
    
    * fix: address the comment
    ashleyxuu authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    969800d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. chore(deps): bump urllib3 from 1.26.12 to 1.26.17 in /.kokoro (#96)

    Source-Link: googleapis/synthtool@0c7b033
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:08e34975760f002746b1d8c86fdc90660be45945ee6d9db914d1508acdf9a547
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5b0ee39 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. docs: add more preprocessing models into the docs menu. (#97)

    * docs: add more preprocessing models into the docs menu.
    
    * Trigger kokoro rebuild
    ashleyxuu authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1592315 View commit details
    Browse the repository at this point in the history
  2. refactor: refactor the directory of the notebooks (#89)

    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> 🦕
    ashleyxuu authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e1ee09b View commit details
    Browse the repository at this point in the history
  3. feat: add iat and iloc accessing by tuples of integers (#90)

    * feat: add iat indexers
    
    * select_columns correction
    
    * add iloc for tuples
    
    * add dataframe tests
    
    * add series tests
    
    * add third party comments
    
    ---------
    
    Co-authored-by: Henry J Solberg <[email protected]>
    milkshakeiii and Henry J Solberg authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    228aeba View commit details
    Browse the repository at this point in the history
  4. feat: add level param to DataFrame.stack (#88)

    * feat: add level param to DataFrame.stack
    TrevorBergeron authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    97b8bec View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    4ae4ef9 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.7.0 (#86)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d39134d View commit details
    Browse the repository at this point in the history
Loading