IPython Notebook cell multiple outputs

后端 未结 5 624
攒了一身酷
攒了一身酷 2020-12-22 17:34

I am running this cell in IPython Notebook:

# salaries and teams are Pandas dataframe
salaries.head()
teams.head()

The result is that I am

5条回答
提交回复
热议问题