-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
guilhem-dvr
wants to merge
20
commits into
pola-rs:main
Choose a base branch
from
guilhem-dvr:python-add-show-methods
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,103
−0
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7fe32a - Browse repository at this point
Copy the full SHA d7fe32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7502d - Browse repository at this point
Copy the full SHA ae7502dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c76a0a5 - Browse repository at this point
Copy the full SHA c76a0a5View commit details -
refactor: replace
n
withlimit
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.
Configuration menu - View commit details
-
Copy full SHA for 1145f04 - Browse repository at this point
Copy the full SHA 1145f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4c1fb8 - Browse repository at this point
Copy the full SHA e4c1fb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c93c77 - Browse repository at this point
Copy the full SHA 6c93c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9dd3f6 - Browse repository at this point
Copy the full SHA b9dd3f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c6a167 - Browse repository at this point
Copy the full SHA 1c6a167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96cf7ad - Browse repository at this point
Copy the full SHA 96cf7adView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5fcbec - Browse repository at this point
Copy the full SHA b5fcbecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 221be3d - Browse repository at this point
Copy the full SHA 221be3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c630cda - Browse repository at this point
Copy the full SHA c630cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94dc6dc - Browse repository at this point
Copy the full SHA 94dc6dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe028eb - Browse repository at this point
Copy the full SHA fe028ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9653a5 - Browse repository at this point
Copy the full SHA c9653a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 316ecc0 - Browse repository at this point
Copy the full SHA 316ecc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad2d02 - Browse repository at this point
Copy the full SHA 3ad2d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for d59feb2 - Browse repository at this point
Copy the full SHA d59feb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b1ac8 - Browse repository at this point
Copy the full SHA 11b1ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04817aa - Browse repository at this point
Copy the full SHA 04817aaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.