| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Addresses: #1000 (comment)
Sorry, something went wrong.
Sorry, something went wrong.
Add notes on 'project' as an entity within the API.
Source-Link: googleapis/synthtool@dede53f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:fac304457974bb530cc5396abd4ab25d26a469cd3bc97cbfb18c8d4324c584eb Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
This PR fixes two issues causing CI failures: 1. **Boolean Round Trip**: Adjusted the expected DataFrame in `test_dataframe_round_trip_with_table_schema` to correctly handle `pd.NA` returned by the connector for nullable boolean values, instead of `None`. 2. **CSV Extreme Datetimes**: Implemented `cast_dataframe_for_csv` to pre-format `DATETIME` and `TIMESTAMP` columns using `.isoformat()` before CSV serialization. This ensures years before 1000 are zero-padded (e.g., `0001-01-01`), avoiding invalid date string errors from BigQuery when loading data. --- *PR created automatically by Jules for task [5793097527839411486](https://jules.google.com/task/5793097527839411486) started by @chalmerlowe* --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: chalmer lowe <chalmerlowe@google.com>
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 <details><summary>pandas-gbq: 0.32.0</summary> ## [0.32.0](googleapis/python-bigquery-pandas@v0.31.1...v0.32.0) (2025-12-15) ### Features * Add support for Python 3.14 (#976) ([89b008d8](googleapis/python-bigquery-pandas@89b008d8)) ### Bug Fixes * boolean round-trip test and CSV datetime loading errors (#1000) ([d4431030](googleapis/python-bigquery-pandas@d4431030)) </details>
* changes * changes * docs * docs * linting * feat(spanner): remove client side validations for directed read options * feat(spanner): update the auto_failover_disabled field * feat(spanner): update unit tests * feat(spanner): update test * feat(spanner): update documentation * feat(spanner): add system test to validate exception in case of RW transaction * feat(spanner): update unit test * feat(spanner): add dro for batchsnapshot and update system tests * feat(spanner): fix unit tests for batchsnapshot * feat(spanner): add unit tests for partition read and query * feat(spanner): lint fixes * feat(spanner): code refactor remove TransactionType * feat(spanner): comment refactor * feat(spanner): remove comments --------- Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com> Co-authored-by: Sri Harsha CH <sriharshach@google.com>
| Back | FazBrowse Home | New Git URL |
No description provided.