Name the functions you can use for filling missing data.
In Python, the fillna() function is used to fill missing data in a Pandas DataFrame.
fillna()