Name the functions you can use for filling missing data.
2 Likes
In Python, the fillna() function is used to fill missing data in a Pandas DataFrame.
fillna()
Answered By
1 Like
What is missing data ?
Why is missing data filled in DataFrame with some value ?
How do you iterate over a DataFrame?
What are binary operations ? Name the functions that let you perform binary operations on a DataFrame.