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.0.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.1.0
Choose a head ref
  • 12 commits
  • 41 files changed
  • 8 contributors

Commits on Apr 17, 2025

  1. chore: blob.display to support width and height params (#1628)

    * chore: blob.display to support width and height params
    
    * wording
    GarrettWu authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    baefadf View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. feat: enable local json string validations (#1614)

    Fixes internal issue 401055880
    chelsea-lin authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    233347a View commit details
    Browse the repository at this point in the history
  2. feat: enhance read_csv index_col parameter support (#1631)

    This PR expands the functionality of the `index_col` parameter in the `read_csv` method. 
    
    New capabilities include:
    1.  **Multi-column Indexing:** `index_col` now accepts an iterable of strings (column names) to create a MultiIndex. (Fixes internal issue 338089659)
    2. **Integer Indexing:** Support for a single integer index or an iterable of integers (column positions) is also explicitly included/verified. (Fixes internal issue 404530013)
    3.  **Pandas Compatibility:** Adds tests to ensure that the behavior of `index_col` when set to `False`, `None`, or `True` aligns with standard Pandas behavior. (Fixes internal issue 338400133)
    chelsea-lin authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    f4e5b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55e57f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. chore: update Multimodal snippets for display size (#1640)

    * chore: update Multimodal snippets for display size
    
    * wording
    GarrettWu authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    93f44a8 View commit details
    Browse the repository at this point in the history
  2. chore: add notebook showcasing LinearRegression on large data (#1613)

    * chore: add notebook to support medium blog on linear regression
    
    * change the modeling problem to o3 level prediction
    
    * train the model in partial ordering mode
    
    * fix typo
    
    * use 2025 instead of 2023 in the copyright header
    shobsi authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    087a32a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f68b80c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c314c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Configuration menu
    Copy the full SHA
    58e7cb0 View commit details
    Browse the repository at this point in the history
  2. fix: improve robustness of managed udf code extraction (#1634)

    * fix: improve robustness of managed udf code extraction
    
    * resolve comments
    
    * quick fix
    jialuoo authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    8cc56d5 View commit details
    Browse the repository at this point in the history
  3. feat: add bigframes.bigquery.st_distance function (#1637)

    * feat: add `bigframes.bigquery.st_distance` function
    
    * fix docstring
    
    * add tests
    
    * add tests
    
    * type checks
    
    * make sure shapely.Point is available
    
    * fix docstrings, add null row test
    
    * GeoSereies typo
    
    * Update bigframes/dtypes.py
    
    * Update bigframes/dtypes.py
    
    * Update third_party/bigframes_vendored/geopandas/geoseries.py
    tswast authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    bf1ae70 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.1.0 (#1633)

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