support nanosecond precision values #19
Labels
api: bigquery
Issues related to the googleapis/python-db-dtypes-pandas API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
datetime.time
only supports microsecond precision.Similarly, the BigQuery TIME data type only returns microsecond precision.
The pandas convention is to use nanosecond precision for timestamps via the pandas.Timestamp class. It may make sense for this extension dtype to also support this.
The text was updated successfully, but these errors were encountered: