You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
fix!: use nullable Int64 and boolean dtypes in to_dataframe (#786)
To override this behavior, specify the types for the desired columns with the
`dtype` argument.
BREAKING CHANGE: uses Int64 type by default to avoid loss-of-precision in results with large integer values
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://github.com/googleapis/python-bigquery/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 https://issuetracker.google.com/144712110 🦕
Fixes#793
0 commit comments