Hi,
I’m having an issue while debugging Python programs in CS. When my variables are either arrays or pandas DataFrames, I’m unable to view the detailed data in a convenient “Data View” table format.
This feature is available in VS Code, allowing me to inspect my data clearly in a table format. However, in CS, this Data View is missing, making it harder to inspect my datasets during debugging.
Could you please help me understand if there is a way to enable this Data View feature in CS or if there’s an alternative solution?
in cursor:
in vs code:
Thanks!