.

Data Wrangling 2025

Please take a few minutes to complete

the following questionnaire.

Secured
Data Wrangling
1

My dataset has a field with concatenated entries. Each row of the dataset has a different number of concatenated entries, and the entries are not in any particular order. Should I split the concatenated entries into many rows, or many columns?

Select one or more answers
Data Wrangling
2

I want to merge two datasets. Do I need to check if there are any duplicate entries in each dataset?

Select one or more answers
Data Wrangling
3

When should I check for duplicates?

Select one or more answers
Data Wrangling
4

I am going to merge two datasets on fields "Date" and "ID". The first dataset has 6 other fields. What duplicates do I care about in that dataset?

Select one or more answers
Data Wrangling
5

I am having trouble merging the two datasets on fields A and B. The error message suggests the formats of field A do not match in datasets 1 and 2. What should I do first?

Select one or more answers
Data Wrangling
6

When I try to convert the data type of field A, I get a message "NAs introduced by coercion". Do I need to worry about this?

Select one or more answers
Data Wrangling
7

It turns out that dataset 1 has field "Birth Year" and dataset 2 has field "Birth Date". Some elements of the "Birth Date" field are of the form "1984" or "1945"; others are of the form "c. 1488" or "c. 1659"; and others are of the form "1964-05-19" or "1934-11-13". What should I do with them?

Select 1 answer
Data Wrangling
8

Datasets 1 and 2 both list individuals by full display name. Is it ok for me to merge the datasets on display names, ignoring other fields?

Select 1 answer