This issue primarily involves the configuration of data cleaning and the processing of raw data.
[x] Compile a data cleaning script that checks for cleaning, interpolation, NA values, etc. This script should take the data file path as input and return a processed file in a separate folder.
[ ] Compile an EDA script that performs exploratory data analysis and generates a report of the most important feature vectors. This script should take the data file path as input and use libraries like sklearn and Sweetviz.
[ ] Create an API script that combines the functions of the data cleaning and EDA scripts into a single code file for easier integration into the frontend.
This issue primarily involves the configuration of data cleaning and the processing of raw data.