-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed as duplicate of#54321
Labels
EnhancementIO Parquetparquet, featherparquet, featherNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team membermetadata_metadata, .attrs_metadata, .attrs
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
Hi,
When doing
df.attrs['array'] = array
df.to_parquet('file.parquet')
I see that I am not saving the array, could this be implemented?
Cheers
Feature Description
The code above would safe array
and it would load it when loading the parquet file into a dataframe.
Alternative Solutions
I guess doing it myself separately with some helper function
Additional Context
No response
Metadata
Metadata
Assignees
Labels
EnhancementIO Parquetparquet, featherparquet, featherNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team membermetadata_metadata, .attrs_metadata, .attrs