cara menghapus baris berdasarkan kriteria di python datafram
new_dataframe = new_dataframe.reset_index(drop=True)
Lazy Llama
new_dataframe = new_dataframe.reset_index(drop=True)
new_dataframe = a_dataframe.query("B <= 3")