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: Change default for maximum number of Series items printed to 10 to match DataFrame #14703

Merged
merged 3 commits into from
Feb 27, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented Feb 26, 2024

Ref #13699
Ref #14536

The number of items printed was previously set to 25, which is potentially a lot of vertical scrolling in a terminal. Defaulting to 10 to match DataFrame seems sensible.

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Feb 26, 2024
@stinodego stinodego marked this pull request as ready for review February 26, 2024 21:03
@stinodego stinodego added the A-formatting Area: display/repr of Polars objects label Feb 26, 2024
@stinodego stinodego merged commit 925f61a into main Feb 27, 2024
27 of 28 checks passed
@stinodego stinodego deleted the series-fmt-limit branch February 27, 2024 08:14
@c-peters c-peters added the accepted Ready for implementation label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-formatting Area: display/repr of Polars objects accepted Ready for implementation enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants