Closed charlessuresh closed 3 years ago
Hi @charlessuresh , For the code quality purpose, in the eda script, can you break down the main function into three helper functions where each function is meant for plotting one figure only? And then you can call these three helper functions in the main function, which will make the code much cleaner. Thanks
Hey @chuangw46 That's a great suggestion. I've added helper functions- one for each of the three plots. Request you to review the amends made.
pre_process_abalone_data.py
that performs data cleaning/pre-processingabalone_eda.py
that saves the eda plotsabalone_eda.ipynb
to use processed data instead of raw datadownload_data.py
fromsrc/
tosrc/data_wrangling