Write two methods generally used for handling missing values.
The dropna() and fillna() are the two methods used for handling missing values in a DataFrame.
dropna()
fillna()