df pilih baris berdasarkan kondisi
rslt_df = dataframe[dataframe['Percentage'] > 80]
Alert Anteater
rslt_df = dataframe[dataframe['Percentage'] > 80]