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

Allow using Arrow datatypes when converting to Pandas DataFrame #315

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

adamreeve
Copy link
Owner

Fixes #312

One limitation is this doesn't support complex valued data, as PyArrow doesn't have a complex data type. This could be handled by creating separate columns for the real and imaginary components.

@adamreeve adamreeve merged commit 74a3123 into master Nov 9, 2023
17 checks passed
@adamreeve adamreeve deleted the pd_pyarrow branch November 9, 2023 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Option to return Dataframe as PyArrow dtype
1 participant