The parquet spelling of to_csv: columns keep their types, and the dimensions travel in the file’s metadata. A column with no one type is written as JSON, which keeps each cell’s value but not every python type – a tuple comes back as a list. Needs pyarrow.
Parameters
Parameter
Description
annotations
The set to write.
path
Where to write the file.
Returns
The path written to, so a save reads straight back.