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

REF: dataframe formatters/outputs #36510

Merged
merged 37 commits into from Oct 20, 2020
Merged

Commits on Sep 20, 2020

  1. REF: drop TableFormatter

    Move all methods to DataFrameFormatter,
    inherit relevant classes from DataFrameFormatter.
    ivanovmg committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    c3568a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    837858f View commit details
    Browse the repository at this point in the history
  3. CLN: remove ConsoleFormatter to_string method

    Replace it with get_result method, which is going to become
    abstract method for the parent class.
    ivanovmg committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    08e899f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    602c984 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd5cb87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e8d4d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbd3c76 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c30924 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af8fe98 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e9fb3c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    878eed2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d87638b View commit details
    Browse the repository at this point in the history
  13. REF: move StringFormatter to separate module

    New module suggested: pandas/io/formats/string.py
    ivanovmg committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    1292be5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    41553f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a66ca5e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    3fbe4ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    733fa34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfb37d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b494e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75daa74 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    6e39277 View commit details
    Browse the repository at this point in the history
  2. REF: move _get_result, _get_buffer to module level

    These methods do not depend on the object state,
    so were removed from the class to the module level.
    ivanovmg committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    df3b5c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a18386 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc68fa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19d2156 View commit details
    Browse the repository at this point in the history
  6. LINT: new black

    ivanovmg committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    271ef5c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    b1018ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22d0982 View commit details
    Browse the repository at this point in the history
  3. TYP: type strcols

    ivanovmg committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    94dbadd View commit details
    Browse the repository at this point in the history
  4. TYP: _join_multiline

    ivanovmg committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    914981b View commit details
    Browse the repository at this point in the history
  5. LINT: sort in one line

    ivanovmg committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    482ccd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b57fc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e2969f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

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

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    fc7a091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1335a11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b67b481 View commit details
    Browse the repository at this point in the history