Today I updated the file structure based on the workflow of our project. I added some new function including "extract_data_from_csv.py", which helps to extract data from the CSV files. We can use this function in our code, without repeating same code again. I also updated the "Makefile" according to new file structure.
Please check the code and let me know your suggestions.
Hi guys,
Today I updated the file structure based on the workflow of our project. I added some new function including "extract_data_from_csv.py", which helps to extract data from the CSV files. We can use this function in our code, without repeating same code again. I also updated the "Makefile" according to new file structure.
Please check the code and let me know your suggestions.
Thanks.