Skip to content

How to convert datetime64[ns] effective to other timezones? #1675

Answered by JovanVeljanoski
Rumpen asked this question in Q&A
Discussion options

You must be logged in to vote

No native way i am afraid. I guess your best bet is to either do that prior to loading the data with vaex, or use some function (perhaps that of pandas) with apply. I vaex apply works in parallel, but best to be avoided if not necessary.

If this is a one-time thing conversion, you can "pay the price" with apply, and then maybe df.materialize the new column or store it to disk.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Rumpen
Comment options

Answer selected by Rumpen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants