Open nbendriem opened 7 years ago
Hi @nbendriem, your hw04 is well completed and great job! Here are the things I like about it.
left_join()
with right_join()
, full_join()
with inner_join()
, and semi_join()
and anti_join()
. You make clear about their specific way of joining dataset and in what scenario each join should be used. Recommendation:
left_join()
and inner_join()
. Making a direct comparison will be the best. In general, you did a great job in hw04 :)
Hi @nbendriem, here are some comments about your hw04:
Your grade will be emailed to you at a later date.
Hi Nathan
I had a good time looking through your assignment. It was well organized and you completed everything well. Just a few of my thoughts:
country %in% c("Chile", "Argentina")
instead of the longer code chuck using == and |Overall, I really liked your work!