Q40
In Pandas, which method is used to fill missing values in a DataFrame with specified values or a filling method?
A.
melt()
B.
drop_duplicates()
C.
dropna()
D.
fillna()
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board