Ans:
18. NA values such as NULL or NaN or None values which can not participate in any computation are called missing values.
19. To calculate accurate result or predictions from given data, missing data should be handled or filled.
20. fillna(<n>)
21. dropna(), fillna(), isnull()