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: v2.10.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: v2.11.0
Choose a head ref
  • 17 commits
  • 59 files changed
  • 9 contributors

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    e3f5e65 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    e1ebc53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    813624d View commit details
    Browse the repository at this point in the history
  3. feat: add thresh param for Dataframe.dropna (#1885)

    * support thresh in dropna
    
    * update docstring, and polish function
    
    * fix mypy
    shuoweil authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    1395a50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25efabc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Configuration menu
    Copy the full SHA
    3d607cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52c8233 View commit details
    Browse the repository at this point in the history
  3. feat: support bpd.Series(json_data, dtype="json") (#1882)

    * feat: support bpd.Series(json_data, dtype="json")
    
    * undo dtypes._dtype_from_string and apply json only
    chelsea-lin authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    05cb7d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. feat: Add pagination buttons (prev/next) to anywidget mode for DataFr…

    …ames (#1841)
    
    * code update
    
    * update init file
    
    * add more testcases and demo notebook
    
    * add testcase for anywidget buttons
    
    * move js code to a separate file
    
    * fix owlbot.py
    
    * remove extra line
    
    * modify testcase
    
    * add cleanup session
    
    * use traceback
    
    * no need of fall back method
    
    * use test-specific small data instead
    
    * testcase update
    
    * handle opitonal import
    
    * polish python function
    
    * remove duplicate warning
    
    * finish touch up
    
    * use WIDGET_BASE
    
    * code change, add more tests
    
    * change function name
    
    * remove widget reuse
    
    * remove weakref import
    
    * 🦉 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>
    shuoweil and gcf-owl-bot[bot] authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    8eca767 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aa7950 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07222bf View commit details
    Browse the repository at this point in the history
  4. feat: support date data type for to_datetime() (#1902)

    * feat: support date data type for to_datetime()
    
    * add test preconditions
    
    * fix test
    
    * fix lint
    
    * fix tests
    
    * fix lint
    
    * fix test
    
    * update docstring
    
    * update docstring
    sycai authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    24050cb View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    f377cf6 View commit details
    Browse the repository at this point in the history
  2. refactor: add compile_aggregate (#1904)

    * refactor: add compile_aggregate
    
    * resolve aggregation nodes for dtype and support dropna
    
    * generate more compact aggregation SQL
    chelsea-lin authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    c644df8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. chore: update benchmark to assert on empty df returned by to_pandas_b…

    …atches (#1907)
    
    * chore: update benchmark to assert on empty df returned by to_pandas_batches
    
    * lint
    tswast authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    84c96e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1fa112 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.11.0 (#1890)

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