One Click Data Cleaner Algorithm (DCA)1
This code is meant to do your first job for you, if you're about to work on a data processing or analysis task.
Assumes that your .CSV2 file as a single row of defined header/title (starting point, first row)
- Takes raw dataset
- Goes through each cell, fixing using outlined instruction
- Gives back cleaned dataset
- Fills empty cells using interpolation
- Detects categorical columns
- Maps non-numerical elements to numbers
- Detects alpha-numerical/object-numerical cells
Some columns might get deleted or "dropped" from the dataset if it does not meet a threshold (which can be changed as dimmed fit), like number of empty cells, number of full "char" cells. Resulting in smaller features in the output dataset.