I think using the Data View tool within PyCharm is the easiest. After you run your program, open Data View using View Menu -> Tool Windows -> Scroll Down the list since Data View might not show at first glance and select Data View.
From there you can select/type the name of an object, like your Data Frames, and view it as a table with scroll bars to view the data in an easy/typical way.