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

ENH: Pass arguments to to_pandas in `read_csv(engine="pyarrow") #34823

Open
xhochy opened this issue Jun 16, 2020 · 0 comments
Open

ENH: Pass arguments to to_pandas in `read_csv(engine="pyarrow") #34823

xhochy opened this issue Jun 16, 2020 · 0 comments
Labels
Arrow pyarrow functionality Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. IO CSV read_csv, to_csv

Comments

@xhochy
Copy link
Contributor

xhochy commented Jun 16, 2020

As a follow-up for #31817, we should enable the user to pass arguments to the to_pandas call when converting the result from pyarrow.Table to pandas.DataFrame. This would enable e.g. the user to directly construct ExtensionArray instances using the types_mapper argument.

@xhochy xhochy added Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Jun 16, 2020
@TomAugspurger TomAugspurger added IO CSV read_csv, to_csv ExtensionArray Extending pandas with custom dtypes or arrays. and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Sep 4, 2020
@lithomas1 lithomas1 added the Arrow pyarrow functionality label Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. IO CSV read_csv, to_csv
Projects
None yet
Development

No branches or pull requests

3 participants