在jupyter中读取excel文件,但是缺少一些行

时间:2019-04-23 16:32:01

标签: python jupyter-notebook

我正在用jupyter读取excel文件,但是缺少一些行,有人可以帮忙吗? 干杯。 这是代码:

import pandas as pd
data=pd.read_excel("/Users/sudd2010126.com/Desktop/2019_semester_1/FIT_5147/Project_source/causes_of_death_australia.xlsx")
data

enter image description here

1 个答案:

答案 0 :(得分:1)

行不丢失,因为行太多,所以行中不打印行。如果要更改此选项并显示所有行,可以通过更改Pandas Options and Settings

Object