I would like to be able to track metadata related to a polars DataFrame through processing, serialization, and deserialization using the Apache Arrow IPC format in python-polars. How can this be accomplished?
A common use case for DataFrame metadata is to store data about how the DataFrame was generated or metadata about the data contained within its columns such as the database it was loaded from, the timezone associated or possibly the CRS or coordinates in the DataFrame.