-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC/TST: update the parquet (pyarrow >= 0.15) docs and tests regarding Categorical support #27955
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
Labels
IO Parquet
parquet, feather
Milestone
Comments
I'd like to work on this |
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 19, 2019
…gorical support Fixes pandas-dev#27955
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 19, 2019
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 19, 2019
Merged
5 tasks
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 20, 2019
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 20, 2019
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 20, 2019
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 25, 2019
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 25, 2019
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 25, 2019
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 27, 2019
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 27, 2019
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 27, 2019
galuhsahid
added a commit
to galuhsahid/pandas
that referenced
this issue
Aug 29, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wes is doing great work in Apache Arrow on parquet's categorical support, which means that roundtripping to parquet with
to_parquet
/read_parquet
will preserve categorical dtypes (and with a much better performance as before).See https://issues.apache.org/jira/browse/ARROW-3246 (and linked issues), apache/arrow#5110
We will need to:
pandas/pandas/tests/io/test_parquet.py
Line 409 in 802f670
pandas/pandas/tests/io/test_parquet.py
Line 451 in 802f670
The text was updated successfully, but these errors were encountered: