I'm starting on Python development using PyCharm and I want not erase the variables content after execute de file, like do Spyder to iteracte over data on Python console.
Like can see on the print the variable resultado
is not available on window to set content.
resultado
is a pandas data frame, there are some way yo see the CSV table on macOS instead see it on terminal?
PS.: I'm using Python 3.9 on venv.