FR: support units other than nanoseconds #63
Labels
api: bigquery
Issues related to the googleapis/python-db-dtypes-pandas API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, one can construct a
DateArray
with minimal overhead if the dtype isdatetime64[ns]
, but if it is any otherdatetime64
dtype, it fails. I suspectTimeArray
suffers a similar problem.The text was updated successfully, but these errors were encountered: