IDE that recognizes pandas objects

Is there a Python development environment that recognizes pandas objects like Dataframes? If not, is there a plan for this?

This is well done in RStudio for R. Data frames are listed there and can be viewed outside the terminal. The Spyder Object Viewer (as one example) does not display data from pandas. It should be possible to view sizes, column names, and other useful information.

+3
source share
2 answers

I use spyder, and this is the closest I found something like Rstudio. It also integrates with Ipython!

Spyder

+3
source

pandas - IDE, python R , python , , IDE, , . python IPython , pandas, matplotlib, numpy scipy.

+1

All Articles