Your second project looks good. We made a few comments in case you'd like to go above and beyond but you're already in a good place 👌
Visualization
Great use of graphs to explain your points.
Nice titles, colors, and overall visual representation! I would maybe vary up the colors of the monotone graphs so we can see which country is which a little better.
You can auto-save figures to your images folder using this line of code: plt.savefig("images/graph_name.png")
Code
Well done finding al this data!
Ideally, you want at least 5 cleaning functions that perform different tasks. Your main notebook has some functions that could go into a src/functions.py file.
Organization
Great that you included so much data and notebooks, but remember to keep them in the right folder for your final commit. You have a lot of PNGs especially in your root folder.
You uploaded a few things that don't need to be there – like the .DS_store and checkpoints.
Your readme is awesome and concise, but I would have liked to see your analysis at the end as well. Not everyone will check your notebooks!
https://github.com/Hugocodesdude/Project_2.git