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.
source
share