Use "db" prefix for dtypes #31
Labels
api: bigquery
Issues related to the googleapis/python-db-dtypes-pandas API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
When we do upstream this to panda (#30) I suspect there will be times when this package is still used alongside the new pandas.
For example, to support INTERVAL data type, I suspect we'll want to add it here first before moving it upstream. There is a DateOffset class we'll want to use, but I don't believe it's a full dtype.
Even if that's not the case, I don't want to cause conflicts if this package happens to be installed an imported somewhere.
The text was updated successfully, but these errors were encountered: