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 ...
I'm running into an issue using the pandas to_feather() call with pyarrow. Pyarrow seems to ignore the data types in the dataframe, and instead tries to convert objects to it's own data type, but then ...