二、Pandas多條件篩選資料 · import pandas as pd · df = pd. · filt = (df['Job'] == 'Student') & (df['MembershipCard'] == 'Yes') · print(df.loc[filt]).
確定! 回上一頁