Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Add support for pandas DataFrame.attrs #45382

Open
fangchenli opened this issue Jan 29, 2025 · 0 comments
Open

[Python] Add support for pandas DataFrame.attrs #45382

fangchenli opened this issue Jan 29, 2025 · 0 comments

Comments

@fangchenli
Copy link

Describe the enhancement requested

pandas-dev/pandas#54321 added support for DataFrame.attrs during conversion between a DataFrame and a Parquet file. However, this should be done from the pyarrow side. Presumably in

def construct_metadata(columns_to_convert, df, column_names, index_levels,

pandas-dev/pandas#60675 is a related request for feather file.

Component(s)

Python

@kou kou changed the title [Python]Add support for pandas DataFrame.attrs [Python] Add support for pandas DataFrame.attrs Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant