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

Improved REPL printing for GroupedDataFrames #3107

Merged
merged 9 commits into from
Sep 29, 2022
Merged

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    a446dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff7acc1 View commit details
    Browse the repository at this point in the history
  3. Showing GroupedDataFrames: add more tests; only calculate sizes when …

    …`allrows` show option is false.
    Jollywatt committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    814aae9 View commit details
    Browse the repository at this point in the history
  4. Partially revert 0c93f85: always compute group heights when showing a…

    … GroupedDataFrames, not only when `allrows` is false.
    Jollywatt committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d96727b View commit details
    Browse the repository at this point in the history
  5. PrettyTables 2.1: update showing GroupedDataFrames.

    - Make grouped data frames fit in small text displays as best as possible
    - To break ties, display the first group with one more row than the second
    Jollywatt committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a0b127c View commit details
    Browse the repository at this point in the history
  6. Update src/groupeddataframe/show.jl

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    Jollywatt and nalimilan committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0c09005 View commit details
    Browse the repository at this point in the history
  7. Update src/groupeddataframe/show.jl

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    Jollywatt and nalimilan committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b75be86 View commit details
    Browse the repository at this point in the history
  8. Whitespace

    Co-authored-by: Bogumił Kamiński <bkamins@sgh.waw.pl>
    Jollywatt and bkamins committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    88e8828 View commit details
    Browse the repository at this point in the history
  9. PrettyTables 2.1.1: update showing GroupedDataFrames.

    (A bug was fixed in PrettyTables which simplified the printing logic a bit.)
    Update doctests with grouped data frames.
    Jollywatt committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a6ff362 View commit details
    Browse the repository at this point in the history