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

Display full width of columns #4547

Closed
gab-microsoft opened this issue Aug 23, 2022 · 2 comments
Closed

Display full width of columns #4547

gab-microsoft opened this issue Aug 23, 2022 · 2 comments

Comments

@gab-microsoft
Copy link

Problem Description

Would be nice to be able to see the full string in the display of a dataframe. Such options are available in Pandas like:

pd.set_option('display.max_columns', 500)  # to show all df columns in the cell
# to show up to 500 rows before truncating
pd.set_option('display.max_rows', 500)
# to display full dataframe columns
pd.set_option('display.max_colwidth', None)
@ritchie46
Copy link
Member

See: https://pola-rs.github.io/polars/py-polars/html/reference/api/polars.Config.set_fmt_str_lengths.html

There are more settings related to table withs in that section.

@ritchie46
Copy link
Member

I am closing this because we have this functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants