You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ChadFibke, here are some comments about your hw04:
For your first task, nice job showing the use of spread(). You are correct that the wide data frame allows you to more easily plot the life expectancies of Canada vs. Japan. For the second plot, it might have illustrated the point better if you had showed the amount of code required to produce the same plot using long form data. Nice plots though!
The second task was very well done! You did a very thorough job showing the effects of all kinds of joins. I don’t really have any criticisms for this task. You provided good examples as well as appropriate explanations to go along with them.
Overall your coding style was neat and efficient.
You should still have a README.md for each assignment that includes a progress report. I did not find one in your hw04 folder for this assignment.
Your grade will be emailed to you at a later date.
Hey!
I couldn't find your homework reading for grading issue but here is my feedback for homework 4:
General data reshaping and relationship to aggregation
Join, merge, look up
Potential improvements
Would have like you to change the order of the datasets in the join function to show how it changes the results
Did not try the merge() or match() functions
Overall really well done and I enjoyed reading!
The text was updated successfully, but these errors were encountered: