Support TIME_NS
#17683
Replies: 2 comments 1 reply
-
You can't make sense of +1 for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, that makes sense! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just like there is
TIMESTAMP_NS
,TIME_NS
would make the API complete.Right now this truncates:
Coincidentally there is no microsecond time type in polars. pola-rs/polars#22972
For completeness pyarrow supports
pa.time32('s')
,pa.time32('ms')
,pa.time64('us')
andpa.time64('ns')
, but it doesn't supportTIMETZ
(which I'm not sure how to interpret without adate
, given the daylight saving).Beta Was this translation helpful? Give feedback.
All reactions