panads 數據篩選 過濾

有這樣一數據集:  篩選age 在18到30,score在85到100 import pandas as pd students = pd.read_excel("C:/Users/Administrator/Desktop/Students.xlsx",index_col="ID") students = students.loc[students.Age.apply(lambda a:18
相關文章
相關標籤/搜索