PyCharm: Is there a way to do an automatic “data view” update when data changes?

When you select "View as DataFrame" in the variables panel, it has a good table, for example, the view of the DataFrame. At the same time, since the DataFrame itself changes, the Data View does not automatically update, and you need to cancel the view as a DataFrame in order to see it again. Is there a way to get PyCharm to auto-install this? It looks like such a basic function.

+4
source share

Source: https://habr.com/ru/post/1681466/


All Articles