I am new to Python and Pycharm. I imported an excel file, but when I print it, the width of the display is different than the display of another list.Why does it happen? How can I enlarge the display width?
Here is the display of the IDE:
.
I am new to Python and Pycharm. I imported an excel file, but when I print it, the width of the display is different than the display of another list.Why does it happen? How can I enlarge the display width?
Here is the display of the IDE:
.
to show the whole df try this:
pd.set_option('display.max_columns', None)