Reputation: 4739
I have a pandas df and the output is:
8 IF YOU HAVE ANY PROBLEMS WITH TODAY'S FIL...
how do I make it longer, I tried
desired_width = 1000
pd.set_option('display.width', desired_width)
but it still gives the same output.
Thanks
Upvotes: 1
Views: 81