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

ENH: support non default indexes in writing to Parquet #18629

Merged

Commits on Dec 9, 2017

  1. Allow non-default indexes in to_parquet.

    ...when supported by the underlying engine.
    Fixes pandas-dev#18581
    dhirschfeld committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    4bf7f56 View commit details
    Browse the repository at this point in the history
  2. Fixed test_write_with_index on Windows

    snappy compression isn't available on Windows
    dhirschfeld committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    7a6d9a9 View commit details
    Browse the repository at this point in the history
  3. Fix test_write_with_index to work with fastparquet

    fastparquet automatically names an index 'index' if it doesn't
    already have a name
    dhirschfeld committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    1496ef6 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Fix linting issues

    dhirschfeld committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    9c8cfb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60124ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03941b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8a27e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd26110 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1acb00c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f7b526 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67dffde View commit details
    Browse the repository at this point in the history
  9. further clean-up

    jorisvandenbossche committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    79de86b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. style update

    jorisvandenbossche authored Dec 11, 2017
    Configuration menu
    Copy the full SHA
    0fbdc14 View commit details
    Browse the repository at this point in the history