Skip to main content

Section A.4 Merging & Reshaping Data

  • [ ] Have I verified row counts before and after joins using nrow()?
  • [ ] Do my joins reflect the intended relationship (one-to-one, one-to-many)?
  • [ ] Have I checked for unintended "data explosions" after merges?
  • [ ] Are reshaped datasets structured as expected after pivoting?