Hey Paul! Great analysis. I loved the summary after each graph and clear explanation of what you found, good limitation and assumptions as well.
One small thing is to make sure to comment your code - usually when you're giving code to somebody else to look at, they shouldn't have to spend any time deciphering how your code works. Simple commenting lines like "#load in the data" is sufficient! Once you start writing functions though, be sure to comment on how the function works.
Hey Paul! Great analysis. I loved the summary after each graph and clear explanation of what you found, good limitation and assumptions as well.
One small thing is to make sure to comment your code - usually when you're giving code to somebody else to look at, they shouldn't have to spend any time deciphering how your code works. Simple commenting lines like "#load in the data" is sufficient! Once you start writing functions though, be sure to comment on how the function works.