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
- Completed activity 2
- Computed Life Expectancy for 4 countries total
- Plotted Japanese vs Canadian LifeExp
- Tables were all nicely formatted
- Code had useful comments throughout and I like how you explained the structure of your comments (workflow vs coding) at the beginning!
Join, merge, look up
- Created a new data frame with overlapping variables
- Introduced a mistake to show how it impacts the use of joins
- I like how you used a compound key for some of the join functions to demonstrate how the mistake introduced impacts the joins and data returned
- Used inner_join, anti_join, left_join, full_join and semi_join
Potential improvements
Overall really well done and I enjoyed reading!
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!