Difference between revisions of "Data Cleaning"

Jump to: navigation, search
Line 53: Line 53:


===ID Variables===
===ID Variables===
It's important that the clean dataset be uniquely and fully identifiable by a single variable. It often is the case that when [[Primary Data Collection|primary data]] is imported, there are [[Duplicates and Survey Logs|duplicated entries]]. These cases must be carefully documented, and should only be corrected after discussing with the [[Field Coordinator]] and field team what caused them, so the right observations are kept in the dataset. [[ieduplicates]], a command in [[Stata Coding Practices#ietoolkit|ietoolkit]] is a useful command to identify and correct duplicated entries. Once duplicates are corrected, the observations can be linked to the [[Master Dataset]], and the dataset, [[De-identification|de-identified]].
It's important that the clean dataset be uniquely and fully identifiable by a single variable. It often is the case that when [[Primary Data Collection|primary data]] is imported, there are [[Duplicates and Survey Logs|duplicated entries]]. These cases must be carefully documented, and should only be corrected after discussing with the [[Field Coordinator]] and field team what caused them, so the right observations are kept in the dataset. [[ieduplicates]], a command in [[Stata Coding Practices#ietoolkit|ietoolkit]] is a useful command to identify and correct duplicated entries. Once duplicates are corrected, the observations can be linked to the [[Master Data Set|master dataset]], and the dataset, [[De-identification|de-identified]].


=== Incorrect Data and Other Irregularities ===
=== Incorrect Data and Other Irregularities ===

Revision as of 17:54, 12 February 2018

Data cleaning is an essential step between data collection and data analysis. Raw primary data is always imperfect and needs to be prepared so that it is easy to use in the analysis. This is the high level goal of Data Cleaning. In extremely rare cases, the only preparation needed is to document the data set, for example - by using labels. However, in the vast majority of cases, there are many small things that need to be addressed in the data set itself. This could both be addressing data points that are incorrect, or replacing values that are not real data points, but codes explaining why there is no real data point.

Read First

  • See this check list (not done yet) that can be used to make sure that common cleaning actions have been done when applicable.
  • As a Research Assistant (RA) or Field Coordinator (FC), do not spend time trying to fix irregularities in the data at the expense of not having time to identifying as many irregularities as possible.
  • The quality of the analysis will never be better than the quality of data cleaning.
  • There is no such thing as an exhaustive list of what to do during data cleaning as each project will have individual cleaning needs, but this article provides a very good place to start.
  • After finishing the data cleaning for each round of data collection, data can be released

The Goal of Cleaning

There are two main goals when cleaning the data set:

  1. Cleaning individual data points that invalidate or incorrectly bias the analysis.
  2. Preparing a clean data set so that it is easy to use for other researchers. Both for researchers inside your team and outside your team.
Picture2.png

Another overarching goal of the cleaning process is to understand the data and the data collection really well. Much of this understanding feeds directly into the two points above, but a really good data cleaning process should also result in documented lessons learned that can be used in future data collection. Both in later data collection rounds in the same project, but also in data collections in other similar projects.

Cleaning individual data points

In impact evaluations, our analysis often come down to test for statistical differences in the mean between the control group and any of the treatment arms. We do so through regression analysis where we include control variables, fixed effects, and different error estimators, among many other tools. In essence, though, one can think of it as an advanced comparison of means. While this is far from a complete description of impact evaluation analysis, it might give the person cleaning a data set for the first time a framework on what cleaning a data set should achieve.

It is difficult to have an intuition for the math behind a regression, but it easy to have an intuition for the math behind a mean. Anything that biases a mean will bias a regression, and while there are many more things that can bias a regression, this is a good place to start for anyone cleaning a data set for the first time. The researcher in charge of the analysis is trained in what else that needs to be done for the specific regression models used. The articles linked to below will go through specific examples, but it is probably obvious to most readers that outliers, typos in data, survey codes (often values like -999 or -888) etc. bias means, so it is never wrong to start with those examples.

Prepare a clean data set

The second goal of the data cleaning is to document the data set so that variables, values, and anything else is as self-explanatory as possible. This will help other researchers that you grant access to this data set, but it will also help you and your research team when accessing the data set in the future. At the time of the data collection or at the time of the data cleaning, you know the data set much better than you will at any time in the future. Carefully documenting this knowledge so that it can be used at the time of analysis is often the difference between a good analysis and a great analysis.

Role Division during Data Cleaning

As a Research Assistant (RA) or Field Coordinator (FC), spend time identifying and documenting irregularities in the data. It is never bad to suggest corrections to irregularities, but a common mistake RAs or FCs do is that they spend too much time on trying to fix irregularities at the expense of having enough time to identify and document as many as possible. One major reason for that is that different regression models might require different ways to correct issues and this is often a perspective only the PI has. In such cases, much time might have been spent on coming up with a correction that is not valid given the regression model used in the analysis.

Eventually the Principal Investigator (PI) and the RA or FC will have a common understanding on what correction calls can be made without involving the PI, but until then, it's recommended that the RA focus her/his time on identifying and documenting as many issues as possible rather than spending a lot of time on how to fix the issues. It is no problem to do both as long as the fixing doesn't happen at the cost of identifying as many issues as possible.

Import Data

The first step in cleaning the data is to import the data. If you work with secondary data (data prepared by someone else) then this step is often straightforward, but this is a step often underestimated when working with primary data. It is very important for any change, no matter how small, to always be made in Stata (or in R or any other scripting language). Even if you know that there are incorrect submissions in your raw data (duplicates, pilot data mixed with the main data etc.), those deletions should always be done in such a way that they can be replicated by re-running code. Without this information, the analysis might no longer be valid. See the article on raw data folders for more details.

Importing Primary Survey Data

All modern CAPI survey data collections tools provided methods for importing the raw data in a way that drastically reduces the amount of work that needs to be done when cleaning the data. These methods typically include a Stata do-file that generates labels and much more from the questionnaire code and then applies that to the raw data as it is being imported. If you are working in SurveyCTO see this article on SurveyCTO's Stata Template.

Examples of Data Cleaning Actions

The material in this section has been generated with primary survey data in mind, although a lot of these practices are also applicable when cleaning other types of data sets.

Data Cleaning Check List. This is a check list that can be used to make sure that all common aspects of data cleaning has been covered. Note that this is not an exhaustive list. Such a list is impossible to create as the individual data sets and the analysis methods used on them all require different cleaning that in the details depends on the context of that data set.

ID Variables

It's important that the clean dataset be uniquely and fully identifiable by a single variable. It often is the case that when primary data is imported, there are duplicated entries. These cases must be carefully documented, and should only be corrected after discussing with the Field Coordinator and field team what caused them, so the right observations are kept in the dataset. ieduplicates, a command in ietoolkit is a useful command to identify and correct duplicated entries. Once duplicates are corrected, the observations can be linked to the master dataset, and the dataset, de-identified.

Incorrect Data and Other Irregularities

There are countless ways that there can be irregularities in a primary data set, so there is no way to do an exhaustive list of what should be done. This section gives a few examples:

Outliers. There are many rules of thumb for how to define an outlier but there is no silver bullet. One rule of thumb is that any data point that is three standard deviations away from the mean of the same data point for all observations. This may always be a starting point, but one needs to qualitatively consider if this is a correct approach. Observations with outliers should not be dropped, but in some cases, the data point for that observation is replaced with a missing value. There are often better approaches. One common approach is to use winsorization, where any values bigger than a certain percentile, often the 99th, are replaced with the value at that percentile. This way very large values are prevented from biasing the mean. This also has an equality of impact aspect. For example, if all benefit of a project went to a single observation in the treatment group, then the mean would still be high, but that is rarely a desired outcome in development. So winsorization penalizes inequitable distribution of the benefits of a project.

Illogical Values. This is to test that one data point is possible in relation to another value. For example, if a respondent is male, then the respondent cannot answer that he is pregnant. This simple case is something that can and should be programmed into the questionnaire so that it does not happen. However, no questionnaire ever can be pre-programmed to control for every such case.

Typos. If it is obvious beyond any doubt that the response is incorrect due to a simple typo, then it is a good idea to correct the type as long as it is done in a documented and reproducible way.

Survey Codes and Missing Values

Almost all data collection done through surveys of any sort allows the respondent to answer something like "Do not know" or "Declined to answer" for individual questions. These answers are usually recorded using survey codes on the format -999, -88 or something similar. It is obvious that these numbers will bias means and regressions if they are left as such. These values must be replaced with missing values in Stata.

Stata has several missing values. The most well know is the regular missing value represented by a single "." but we would lose the difference in meaning between "Do not know" and "Declined to answer" if both codes representing them were replaced with the regular missing value. Stata offers a solution with its extended missing values. They are represented by ".a", ".b", ".c" etc. all the way to ".z". Stata handles these values the same as "." in commands that expect a numeric value, but they can be labeled differently and the original information is therefore not lost. Make sure that the same letter ".a", ".b" etc. is used to always represent only one thing across your project. The missing values should be assigned value labels so that they can be interpreted. See Stata Manual Missing Values for more details on missing values.

Missing values can be used for much more than just survey codes. Any value that we remove because we found out is incorrect should be replaced with a missing value. In a Master Data Set, there should be no regular missing values. All missing values in a master data set should contain an explanation of why we do not have that information for that observation.

No Strings

All data should be stored in numeric format. There are multiple reasons for this, but the two most important are that (1) numbers are stored more efficiently and (2) many Stata commands expect values to be stored numerically. Categorical string variables should be stored as numeric codes and have value labels assigned.

There are two exceptions where string variables are allowed. The two examples are listed below:

Numbers that cannot be stored correctly numerically. There are two cases of this exception. The first case is when a number is more than 15 digits long. This can happen when working with some national IDs. If a continuous variable has more than 15 digits, then it should be rounded and converted to a different scale, as a precision of 16 digits is not even possible in natural sciences. An ID can for obvious reasons not be rounded. The other case is that of numbers starting with a zero. This is sometimes the case in some national IDs and it is also sometimes the case with telephone numbers in some countries. Any leading zeros are removed by Stata and therefore have to be stored as a string.

Non-categorical text. Text answers that cannot be converted into categories need to be stored as strings. One example is open-ended questions. Open-ended questions should, in general, be avoided, but sometimes the questionnaire asks the respondent to answer a question in his or her own words, and then that answer has to be stored as strings. Another example is if the respondent is asked to specify the answer after answering Other in a multiple choice question. A different example where string format is needed is some cases of proper names, for example, the name of the respondent. Not all proper names should be stored as string as some can be made into categories. For example, if you collect data on respondents and multiple respondents live in the same villages, then the variable with the village names should be converted into a categorical numeric variable and have a value label assigned. See the section on value labels below.

Labels

There are several ways to add helpful descriptive text to a data set in Stata, but the two most common and important ways are variables labels and value labels.

Variable Labels All variables in a clean data set should have variable labels describing the variable. The label can be up to 80 characters long so there is a limitation to how much information can be included here. In addition to a brief explanation of the variable, it is usually good to include information such as unit or currency used in the variable and other things that are not possible to read from the values themselves.

Value Labels Categorical variables should always be stored numerically and have value labels that describe what the numeric code represents. For example, yes and no questions should be stored as 0 and 1 and have the label No for data cells with 0, and the label Yes for all data cells with 1. This should be applied to all multiple choice variables.

There are tools in Stata to convert categorical string variables to a categorical numeric variable where the strings are automatically applied as value labels. The most common tool is the command encode. However, if you use encode, you should always use the two options label() and noextend. Without these two options, Stata assigns a code to each string value in alphabetic order. There is no guarantee that the alphabetic order is changed when observations are added or removed, or if someone else makes changes earlier in the code. label() forces you to manually create the label before using encode (this requires some manual work but it is worth it). noextend throws an error if there is a value in the data that does not exist in the pre-defined label. This way you are notified that you need to add the new value to the value label you created manually. Or you can change the string value if there is a typo or similar that is the reason why that string value was not assigned a value label.

Additional Resources