[solved] Viewing Pandas Data Frames
已完成
I am new to PyCharm and am looking for some help with viewing variables. In Spyder you are able to double click on a Pandas DataFrame or a dictionary of DataFrames and it will pull up a window where you can interact with it. Is there anything like that in PyCharm? I am able to find the variables but they have very limited interaction.
I was able to view my data frames in Data View by calling out the individual DataFrame in the Dictionary. There is no direct way that I am aware of to right click and view each DataFrame within the variable viewer.
请先登录再写评论。