79214840

Date: 2024-11-22 11:42:10
Score: 1
Natty:
Report link

So I am using pandas version 2.2.0 'display.width' did not work for me. But max_colwidth did. No more...

Try:- pd.set_option("max_colwidth", 500)

Check what pandas version you have installed with print(pd.__version__)

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Cam