InterviewSolution
| 1. |
Name A Few Approaches That You Will Consider For The Data Cleaning? |
|
Answer» Any general method can be applied for this. However, the FIRST thing to CONSIDER is the size of the data. If it is too large, it should be divided into the small components. Analyzing the SUMMARY statistics is another approach that can be deployed. CREATING utility FUNCTIONS is also very useful and reliable. Any general method can be applied for this. However, the first thing to consider is the size of the data. If it is too large, it should be divided into the small components. Analyzing the summary statistics is another approach that can be deployed. Creating utility functions is also very useful and reliable. |
|