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

Default to_* methods to compression='infer' #22011

Merged
merged 40 commits into from
Aug 1, 2018

Commits on Jul 21, 2018

  1. Configuration menu
    Copy the full SHA
    8689167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ccfb00 View commit details
    Browse the repository at this point in the history
  3. Simplify CSVFormatter.save

    dhimmel committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    648bf4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be724fa View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    9fe27c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f0689 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    868e671 View commit details
    Browse the repository at this point in the history
  4. Debugging print statements

    Attempt to diagnose testing failure of Python 2 test_compression_warning
    https://travis-ci.org/pandas-dev/pandas/jobs/407300547#L3853
    dhimmel committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    c3b76ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cebc0d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. _infer_compression in CSVFormatter

    Prevent CSVFormatter from raising a RuntimeWarning when
    compression='infer' and a file-like object is passed to
    path_or_buf.
    dhimmel committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    8411eb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c098c8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f6601d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb7f9b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4a5c90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abd19e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f670fe View commit details
    Browse the repository at this point in the history
  8. What's New Entry for v0.24.0

    dhimmel committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    aa9ce13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6aabad View commit details
    Browse the repository at this point in the history
  10. Update to_json docstring

    dhimmel committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    8a0c97e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6be808d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    63e6591 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fadb943 View commit details
    Browse the repository at this point in the history
  14. Parametrize write_kwargs

    dhimmel committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    0edffc7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    97f5de5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    83bc0a8 View commit details
    Browse the repository at this point in the history
  17. Fix test failure

    Not sure why the series name did not round-trip. Could be a pandas
    bug, but one not related to compression inferrence.
    dhimmel committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    874a4bf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    14c3945 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Reduce / remove comments

    dhimmel committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    9a4dc41 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. Merge master: fix zip-docs conflict

    Conflict arose from pandas-dev#22066.
    Merges up till pandas-dev@d30c4a0
    dhimmel committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    25bdb4c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. DOC: versionchanged & tweaks

    dhimmel committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    1ba8f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24e051e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    387d1d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12f14e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6db23d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3a0f56 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. change import: cmn to icom

    dhimmel committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    af8c137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8829a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    918c0f8 View commit details
    Browse the repository at this point in the history
  4. blank lines before .. versionchanged

    Refs 
    pandas-dev#22011 (comment)
    
    Blanks are needed before but not after or in between.
    dhimmel committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    eadf68e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    cf5b62e View commit details
    Browse the repository at this point in the history