Pandas _df remain in DATA section of Positron when python code stopped? #9532
Unanswered
nocturnalcodehack
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In R-Studio, an R dataset remains available in the DATA section of the IDE when R is not running making data inspection possible while the application is stopped. In Python using other IDE's (e.g., Pycharm) the pandas data frames disappear when debugging stops. In Positron do pandas data frames remain visible/accessible when the python code is stopped. I like how R-Studio handles data when execution is stopped--DATA is kept in memory and restored when restarted later. Just wondering if the behavior of Pandas DF's is the same as R datasets when the application is stopped or the IDE is restored.
Beta Was this translation helpful? Give feedback.
All reactions