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

feat(python): Add show methods to DataFrame and LazyFrame #19634

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    d7fe32a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7502d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c76a0a5 View commit details
    Browse the repository at this point in the history
  4. refactor: replace n with limit

    Refactor both `show` methods to use a limit rather than a number of rows
    to show.
    
    The `limit` parameter is an extension of the `n` number of rows
    parameter, and can be set to None. In that case, the `show` method will
    display all frame rows.
    guilhem-dvr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1145f04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4c1fb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c93c77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9dd3f6 View commit details
    Browse the repository at this point in the history
  8. mandatory OCD commit

    guilhem-dvr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1c6a167 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96cf7ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5fcbec View commit details
    Browse the repository at this point in the history
  11. remove debug print

    guilhem-dvr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    221be3d View commit details
    Browse the repository at this point in the history
  12. fix ascii_tables setting

    guilhem-dvr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c630cda View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    94dc6dc View commit details
    Browse the repository at this point in the history
  14. fix lint

    guilhem-dvr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fe028eb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c9653a5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    316ecc0 View commit details
    Browse the repository at this point in the history
  17. fix typo

    guilhem-dvr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3ad2d02 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d59feb2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    11b1ac8 View commit details
    Browse the repository at this point in the history
  20. fix bullet lists

    guilhem-dvr committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    04817aa View commit details
    Browse the repository at this point in the history