cara menghapus nilai na dalam basis data

# if you want to delete rows containing NA values
df.dropna(inplace=True)
Expensive Eel