Research Data Guides
Practical notes for the parts of research-data prep that usually need a second look: participant IDs, repeated timepoints, incomplete responses, reshaping, and local processing.
How to merge longitudinal survey files by participant IDA practical workflow for combining baseline and follow-up files without quietly adding participants or overwriting repeated measurements.Repeated measurements in Excel or CSV: how to keep each timepointWhen Baseline, Week 4, and Week 8 reuse the same column names, keep the timepoints clear instead of treating every repeated name as a conflict.Participant IDs almost match. What should you fix before merging?A conservative way to handle spaces, zero-padding, duplicates, and typo-like IDs without turning every near match into the same participant.How to filter incomplete survey responses without deleting the original dataApply a completion rule to the fields that matter, preview the effect, and keep the full merged dataset unchanged.Wide vs. long research data: when should you reshape after merging?A quick way to decide whether repeated measurements should stay in separate columns or become repeated rows.How to prepare research data locally without uploading study filesWhat local processing changes when you are working with sensitive study files, and what responsibilities still stay with you.