-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Pickle is not safe. An alternative implementation may use PyArrow instead:
import pyarrow as pa
import pandas as pd
pa.serialize_to(dict_of_data, r'/path/to/file.a')
data = pa.deserialize_from(r'/path/to/file.a', pd.DataFrame)
type(data) # dict
Metadata
Metadata
Assignees
Labels
No labels