Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
We do not currently support converting timestamps directly from a deferred dataframe to a schema'd PCollection. It will raise an error like:
TypeError: Unsupported dtype in proxy: 'datetime64[ns]'
Note that pandas timestamps are nanosecond precision by default, while Beam's Timestamp type is microsecond precision.
Attachments
Issue Links
- links to