Skip to content

Fix : 9784 Added the note for display.max_colwidth in dsintro.rst #12682

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

Closed
wants to merge 3 commits into from

Conversation

prabhjotsumman
Copy link
Contributor


.. ipython:: python

pd.set_option('display.max_colwidth',500)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use a context manager here, and show an example where this actually matters

@jreback jreback added the Docs label Mar 21, 2016
@prabhjotsumman
Copy link
Contributor Author

ok sir, i will add an example with Long names or strings that will make it more clear.

@prabhjotsumman
Copy link
Contributor Author

sir, any reviews

.. ipython:: python

datafile={'filename':['children.jpg','flower.jpg'],
'path':["media/prabhjot/PRABHJOT/WALLPAPERS/children.jpg",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use a more generic filename here

@jreback jreback added this to the 0.18.1 milestone Apr 4, 2016
@prabhjotsumman
Copy link
Contributor Author

filename changed to generic

@jreback jreback closed this in 610d3d5 Apr 4, 2016
@jreback
Copy link
Contributor

jreback commented Apr 4, 2016

thanks!

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

Successfully merging this pull request may close these issues.

DataFrame.to_string truncates long strings
2 participants