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

Enable writing column names with mixed dtype in parquet writer when mode.pandas_compatible=True #13505

Conversation

galipremsagar
Copy link
Contributor

Description

This PR enables writing a dataframe that has column names that are of mixed types to a parquet file when pandas compatibility mode is enabled(mode.pandas_compatible=True).

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@galipremsagar galipremsagar added 3 - Ready for Review Ready for review by team 4 - Needs cuDF (Python) Reviewer improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jun 2, 2023
@galipremsagar galipremsagar self-assigned this Jun 2, 2023
@galipremsagar galipremsagar requested a review from a team as a code owner June 2, 2023 19:38
@github-actions github-actions bot added the Python Affects Python cuDF API. label Jun 2, 2023
python/cudf/cudf/_lib/parquet.pyx Outdated Show resolved Hide resolved
python/cudf/cudf/tests/test_parquet.py Outdated Show resolved Hide resolved
@galipremsagar galipremsagar requested a review from bdice June 12, 2023 22:38
docs/cudf/source/user_guide/pandas-comparison.md Outdated Show resolved Hide resolved
docs/cudf/source/user_guide/pandas-comparison.md Outdated Show resolved Hide resolved
docs/cudf/source/user_guide/pandas-comparison.md Outdated Show resolved Hide resolved
docs/cudf/source/user_guide/pandas-comparison.md Outdated Show resolved Hide resolved
docs/cudf/source/user_guide/pandas-comparison.md Outdated Show resolved Hide resolved
docs/cudf/source/user_guide/pandas-comparison.md Outdated Show resolved Hide resolved
python/cudf/cudf/_lib/parquet.pyx Outdated Show resolved Hide resolved
docs/cudf/source/user_guide/pandas-comparison.md Outdated Show resolved Hide resolved
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
@galipremsagar galipremsagar requested a review from bdice June 13, 2023 14:18
@galipremsagar galipremsagar added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team 4 - Needs cuDF (Python) Reviewer labels Jun 14, 2023
@galipremsagar galipremsagar merged commit fb99b0a into rapidsai:pandas_2.0_feature_branch Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants