October 2017
Intermediate to advanced
532 pages
16h 10m
English
>>> college = pd.read_csv('data/college.csv', index_col='INSTNM')>>> college_ugds_ = college.filter(like='UGDS_')
>>> college_ugds_.isnull()\ .sum(axis=1)\ .sort_values(ascending=False)\ .head()INSTNMExcel Learning Center-San Antonio South 9 Philadelphia College of Osteopathic Medicine 9 Assemblies of God Theological Seminary 9 Episcopal Divinity School 9 Phillips Graduate Institute 9 dtype: int64
Read now
Unlock full access