I've got a dataset and I can convert to naive time just fine, but I would like to include timezone information. pandas : 1.3.2 numpy : 1.19.4 pytz : 2020.4 dateutil : 2.8.1 pip : 20.0.2 setuptools : ...
I am currently exploring Py-Polars and are having some difficulties with getting the Date32 format in its dataframe. I have tried the following means: Conversion from Pandas to PyPolars directly ...