Relative Content

Tag Archive for python-polarsrust-polars

Get Polars datetime unit and time zone in Rust

I have a Polars dataframe pydf in Python with a datetime column time1 that I’m passing to Rust.
In Rust I am calling code that works with epoch format, but afterwards it should return another dataframe with a datetime column time2_epoch in the same time unit and time zone as time1.