I used .write_ipc
from Polars to store as a feather file. It turns out that the numerical strings have been saved as integers.
So I need to convert the columns with integers to strings either before saving as feather or after reading from feather. How do I do that with Polars?
Are you sure? This snippets succeeds so that means data types are preserved.
To answer your question you can cast polars data types: