Cleaning data is a challenge for a data scientist. In the avocado dataset, several columns have missing data. In filling in the missing data several methods can be used:
- Using the mean in the column.
- Using the mode in the column.
- Using the median in the column.
- Drop column.