I'm relatively new to using the PyCharm IDE and have been unable to find a way to better shape the output when in a built-in console session. I'm typically working with pretty wide dataframes, that would fit easily across my monitor, but the display is cutting and wrapping them much sooner than needed.
Does anyone know of a setting to change this behavior to take advantage of the full width of my screen?
Edit: I don't have enough reputation to post a screenshot, but the link is below: http://imgur.com/iiBK3iU
I would like to prevent it from wrapping after only a few columns (for example, the column 'ReadmitRate' should be immediate to the right of 'SNFDaysPerSNFCase')