Pandas DataFrames are displaying with new Object Explorer in Spyder 4

后端 未结 3 1310
无人共我
无人共我 2021-01-13 06:17

I updated Spyder to 4.0.1 which has a new object explorer, allowing to display arbitrary objects in a tree-like view as well as displaying metadata

Previous version

3条回答
  •  余生分开走
    2021-01-13 06:30

    As per documentation https://www.spyder-ide.org/blog/spyder-variable-explorer/ you can view the dataframe by right clicking on it and selecting the "View with the Object Explorer" option.

    Edit: I don't have Spyder 4.0 installed, you can check if this works for you.

提交回复
热议问题