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

Write pandas extension types to parquet file metadata #8749

Merged

Commits on Jul 15, 2021

  1. pandas dtype handling parquet writer

    Writing pandas extension types to parquet file
    Prevents nullable columns to be read as float columns with NaNs
    devavret committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    294713e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Review changes

    devavret committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    bc4d675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    352ae65 View commit details
    Browse the repository at this point in the history
  3. Update utils.pyx

    galipremsagar authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    f87c67e View commit details
    Browse the repository at this point in the history