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: allow saving wide dataframes to hdf with format table #26135

Closed
wants to merge 34 commits into from
Closed

ENH: allow saving wide dataframes to hdf with format table #26135

wants to merge 34 commits into from

Commits on Jul 27, 2017

  1. Merge pull request #1 from pandas-dev/master

    ...
    P-Tillmann committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    cd35777 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. added two test cases for storing wide dataframes in table format

    Peter Tillmann authored and Peter Tillmann committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    633be78 View commit details
    Browse the repository at this point in the history
  2. Added support for wide tables with format 'table'. Columns are saved …

    …as vlarray with object atom. pre-cleanup.
    Peter Tillmann authored and Peter Tillmann committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    3ba10ef View commit details
    Browse the repository at this point in the history
  3. cleanup

    Peter Tillmann authored and Peter Tillmann committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    4c20cdd View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master'

    Peter Tillmann authored and Peter Tillmann committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    7ef9e30 View commit details
    Browse the repository at this point in the history
  5. Accidently worked on old pandas version. Resolved merge conflicts

    Peter Tillmann authored and Peter Tillmann committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    adf378e View commit details
    Browse the repository at this point in the history
  6. Linting, cleanup and replaced string_types with str

    Peter Tillmann authored and Peter Tillmann committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    2ecc05e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Fixed tables import

    P-Tillmann committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    6451f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059bbc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c1f872 View commit details
    Browse the repository at this point in the history
  4. Linting

    P-Tillmann committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    e4d81bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37efd62 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Numpy in windows creates int32 arrays by default. Need to cast to int…

    …64 explicitly to match stored table.
    P-Tillmann committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    05aac5b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Peter Tillmann authored and Peter Tillmann committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    8cd08f3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Peter Tillmann authored and Peter Tillmann committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    ead6518 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. added two test cases for storing wide dataframes in table format

    Peter Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    c539d9d View commit details
    Browse the repository at this point in the history
  2. Added support for wide tables with format 'table'. Columns are saved …

    …as vlarray with object atom. pre-cleanup.
    Peter Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    c553ee5 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Peter Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    872552b View commit details
    Browse the repository at this point in the history
  4. Linting, cleanup and replaced string_types with str

    Peter Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    ee3cdba View commit details
    Browse the repository at this point in the history
  5. Fixed tables import

    P-Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    a2c2764 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8c94cb View commit details
    Browse the repository at this point in the history
  7. added tests for reading columns from legacy tables. Rearranged positi…

    …on of tests.
    P-Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    8484293 View commit details
    Browse the repository at this point in the history
  8. Linting

    P-Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    c3db771 View commit details
    Browse the repository at this point in the history
  9. added legacy hdf file for tests

    P-Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    95b193c View commit details
    Browse the repository at this point in the history
  10. Numpy in windows creates int32 arrays by default. Need to cast to int…

    …64 explicitly to match stored table.
    P-Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    3684fa6 View commit details
    Browse the repository at this point in the history
  11. celanup

    Peter Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    54c1657 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' of github.com:P-Tillmann/pandas into wide_pytables

    Peter Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    99ef34b View commit details
    Browse the repository at this point in the history
  13. Merge branch 'wide_pytables' of github.com:P-Tillmann/pandas into wid…

    …e_pytables
    Peter Tillmann authored and Peter Tillmann committed May 17, 2019
    Configuration menu
    Copy the full SHA
    d3414f2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Merge branch 'master' of https://github.com/pandas-dev/pandas into wi…

    …de_pytables
    Peter Tillmann authored and Peter Tillmann committed May 20, 2019
    Configuration menu
    Copy the full SHA
    3488e1c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Rebased to upstream

    Peter Tillmann authored and Peter Tillmann committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    f903f29 View commit details
    Browse the repository at this point in the history
  2. Included unsaved changes for rebase. Fixed typo. Corrected Docstring.

    Peter Tillmann authored and Peter Tillmann committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    96d0ec6 View commit details
    Browse the repository at this point in the history
  3. Black refromatting

    Peter Tillmann authored and Peter Tillmann committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    4d0466e View commit details
    Browse the repository at this point in the history
  4. Fix for blosc compression test case

    Peter Tillmann authored and Peter Tillmann committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    af10a71 View commit details
    Browse the repository at this point in the history
  5. black reformating

    Peter Tillmann authored and Peter Tillmann committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    f725d20 View commit details
    Browse the repository at this point in the history