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: 61a923d00b550eda4a2fa58d7be59ba4cac30846
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: 29978e44c9232698d0275bc7dc1d3b1e6f5cf0aa
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 8, 2023

  1. fix: match pandas behavior when assigning listlike to empty dfs (#172)

    Previously, we weren't able to assign to empty dfs at all, which is certainly not right. This change also matches the behavior for when there is a multi-index but with empty index columns. The pandas behavior is to throw an error with a somewhat odd error message. (I made our error message explicit.)
    
    Note: this bug also occurs for assigning series to empty dfs. However, in that case, fixing it would come at the cost of adding a query to check if there are no rows. That's a big cost, so I haven't fixed the series case.
    milkshakeiii authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c1d1f42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29978e4 View commit details
    Browse the repository at this point in the history
Loading