Basti Keil
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Cannot inspect variables in PyCharm
Hi, I want to use PyCharm to do some data-science, however I struggle to inspect the variables. I run, for instance, the following code: import pandas as pda = 1df = pd.read_csv('Titanic.csv') The ...