freeCodeCamp - Data Analysis with Python (Solution)

The solution to the course Data Analysis with Python in freeCodeCamp:

https://www.freecodecamp.org/learn/data-analysis-with-python/

Precisely only these files have to be changed:

Project 1: mean_var_std.py

Project 2: demographic_data_analyzer.py

Project 3: medical_data_visualizer.py

Project 4: time_series_visualizer

Project 5: sea_level_predictor.py

When you use Replit to run the code, there are bugs that the libararies are not properly loaded, and you need to install each of them in the console:

pip install [library]

Run the project by main.py.