You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the FEA
When index=True/None parquet writer currently only writes RangeIndex attributes to metadata. Instead when index=True we must match pandas behaviour in parquet writer where the RangeIndex is materialized into a column.
galipremsagar
changed the title
[FEA] RangeIndex must be materialized in parquet writer when index=True
[FEA] RangeIndex must be materialized in parquet writer when index=True in parquet writer
Dec 1, 2020
This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d.
Resolves: #6873
This PR enables support to materialize a `RangeIndex` when `index=True`. Didn't add any tests as we already test for this in `test_parquet_index` but we were having the tests wrong due to a typo which was writing to the same file both pandas & cudf dataframes. This test is now fixed in this PR.
Authors:
- GALI PREM SAGAR (@galipremsagar)
Approvers:
- Keith Kraus (@kkraus14)
URL: #7711
Describe the FEA
When index=
True
/None
parquet writer currently only writes RangeIndex attributes to metadata. Instead whenindex=True
we must match pandas behaviour in parquet writer where the RangeIndex is materialized into a column.Additional context
pandas-dev/pandas#37896 (comment)
The text was updated successfully, but these errors were encountered: