Basti Keil
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
Basti Keil 创建了一个帖子, 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 ...