Here is the link to my Github repository: https://github.com/mghuneim/424project2
This has everything you need from the actual script itself, the Python script to clean the files, and even the original and cleaned data files.
What the Github repository should look like
Like I said earlier, I recommend you run this on RStudio. To clean the data files, I recommend you use Jupyter Notebook.
To download RStudio and R respectively, here are the links: https://rstudio.com/products/rstudio/download/, https://mirror.las.iastate.edu/CRAN/.
In order to download Jupyter Notebook, you need to install Anaconda: https://www.anaconda.com/.
I use several libraries in my application and you may get errors if you have not installed the libraries. In order to fix this, in RStudio run the command install.packages('libraryyouneed') and then that should be resolved. If you want to run the application, you can either click the green play button above the script that says 'Run App' or copy and paste all of the code into the terminal then run it.