-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Make DataFrame.to_html output full content #17004
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
Comments
@dclong : If you have ideas how to go out implementing such a feature, PR's are welcome! |
The default max_colwidth is 50, and you can set it to a larger number. @dclong
|
I stumble into this issue. I would have expected to pass the parameter I was wondering which kind of user API would be the best there. ping @jorisvandenbossche |
I would think that the default should be to ignore the so maybe an additional |
a simpler api would be just |
Make DataFrame.to_html output full contents by default. Or at least add option to enable outputting full content.
Code Sample
Problem description
By default, pandas uses a short representation of a very long string. However, when outputting to HTML, I think users expect the full content to be outputted rather than a short representation.
Expected Output
Full content output is expected. Or least there should be an option to enable outputting full content.
The text was updated successfully, but these errors were encountered: