df select rows based on condition

69

df select rows based on condition -

rslt_df = dataframe[dataframe['Percentage'] > 80]

Comments

Submit
0 Comments