Skip to main content\(\require{cancel}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
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?