I recently changed from Spyder
to PyCharm
as a Python IDE. In Spyder
I have often used the variable explorer feature (see picture). Is
Step 1. Make a breakpoint by pressing on the right of the line numbers. Step 2. Click the debug button or right click then debug Step 3. Press the button above the settings button in the console to view the variables Step 4. Double click the variable of what you want to check the values. You can also right click that particular variable and view it as a dataframe.