I will be getting the dataset everyweek which contains specific varaibles.
I have the check the errors and report it.
Example:
Dataset has a variable names:
CustomerID CustomerAge CustomerDOB Purchase Type Model
1111 70 10/20/1990 Cartel Eco X
The errors I need to check with the above dataset:
1. Check the order of the variables of the dataset. Make sure the order is exactly like above.
2. Check the spelling of the variable names.
3. Any missing values flag it and report.
4. Check the CustomerAge if negative and if negative flag it.
thank you in advance.