Difference between revisions of "Data Flow Charts"

Jump to: navigation, search
Line 1: Line 1:
A '''data flow chart''' is the third component of using a [[Data Map|data map]] to organize [[Research Data Work|data work]] within a [[Impact Evaluation Team|research team]]. The final purpose of going through the complex process of [[Primary Data Collection|collecting]]''' or [[Data Acquisition|acquiring data]] is to [[Data Analysis|analyze it]]. '''Data flow charts''' allow the '''research team''' to visualize which datasets are needed in order to create the datasets that will finally be used for '''data analysis'''. They are also a useful tool to communicate to the rest of the team, and document how the [[Data Analysis|analysis dataset]], are created using various '''intermediate datasets'''
A '''data flow chart''' is the third component of using a [[Data Map|data map]] to organize [[Research Data Work|data work]] within a [[Impact Evaluation Team|research team]]. The final purpose of going through the complex process of [[Primary Data Collection|collecting]] or [[Data Acquisition|acquiring data]] is to [[Data Analysis|analyze it]]. '''Data flow charts''' allow the '''research team''' to visualize which datasets are needed in order to create the datasets that will finally be used for '''data analysis'''. They are also a useful tool to communicate to the rest of the team, and document how the [[Data Analysis|analysis dataset]], are created using various '''intermediate datasets'''


== Read First ==
== Read First ==
Line 5: Line 5:
* The '''data map template''' consists of three components: a [[Data Linkage Table|data linkage table]], a [[Master Dataset|master dataset]], and [[Data Flow Charts|data flow charts]].  
* The '''data map template''' consists of three components: a [[Data Linkage Table|data linkage table]], a [[Master Dataset|master dataset]], and [[Data Flow Charts|data flow charts]].  
* '''Data flow charts''' specify which datasets are needed to create the [[Data Analysis|analysis dataset]], and how they may be combined by either '''appending''' or '''merging''' datasets.  
* '''Data flow charts''' specify which datasets are needed to create the [[Data Analysis|analysis dataset]], and how they may be combined by either '''appending''' or '''merging''' datasets.  
* Every original dataset that is mentioned in a '''data flow chart''' should  be listed in the [[Data linkage table|data linkage table]].





Revision as of 21:20, 11 December 2020

A data flow chart is the third component of using a data map to organize data work within a research team. The final purpose of going through the complex process of collecting or acquiring data is to analyze it. Data flow charts allow the research team to visualize which datasets are needed in order to create the datasets that will finally be used for data analysis. They are also a useful tool to communicate to the rest of the team, and document how the analysis dataset, are created using various intermediate datasets

Read First


Overview

Data flow charts are very much related to the data linkage table, and they should be created in an iterative process. Each starting point in the data flow chart should be a dataset listed in the data linkage table, but we often do not understand what the full list of datasets we need in the data linkage table is until we have created the data flow chart. Another way to compare the two tools is that the data linkage table is just list all the datasets we have or that we know we will have while the data flow chart maps out what datasets we need or will need, to create the datasets needed in our analysis.


It is common for projects to require more than one analysis dataset, for example when running regressions on multiple units-of-observations. In these cases, you need one data flow chart per analysis dataset.

Data flow charts can be very simple, for example, when your analysis dataset is created by appending the baseline data with the endline data. But even in a simple case like that, you often realize that there is some administrative data, treatment statuses, monitoring data, etc. that is also needed when writing the data flow chart. Mapping all those needs and documenting them well in both the data flow charts and the data linkage map is the best way to guarantee that you find yourself in a situation where you cannot construct the analysis data as you do not have all the datasets you need, or the datasets you have does not have the information needed to create the analysis dataset.

Sample Data Flow Chart

Below is a data flow chart of a project with three rounds of data collection on farmer level, where the treatment status was randomized on community level and treatment take up was monitored on farmer level. This example is based on the data linkage table above, and you can see that each starting point in the flow chart below corresponds to an item in the data linkage table.

Fig. : Data Flow Charts

In the example we have used the shape of a cylinder to represent a dataset and a rectangle to represent an action like “merge” or “append”. You do not need to follow this practice, but cylinders commonly indicate data in data infographics. The example below has been created in the free software https://www.lucidchart.com/, but could just as well be created in Microsoft PowerPoint. You could also do this on pen and paper or a whiteboard and scan or take a photo of the final version, but the benefit of creating the chart digitally is that it is easy to update if you have to change something over the course of the project. It is not a bad idea to create the first version on paper or on a whiteboard together with the rest of your project team, and then transfer it to an editable digital format.

For each dataset, we indicate in the data flow chart what the uniquely and fully identifying variable or variables are. Only ID variables that are listed as master project ID variables in the data linkage table should be used in the data flow chart. One common exception to that rule, however, is a variable indicating time in longitudinal data or other such “panel” structural indicators. Another best practice is to take note of the information from supporting datasets, such as treatment take-up in the monitoring data, that is the most relevant for the analysis data.

When a rectangle indicates that two dataset are combined with a merge, then the box indicates which ID will be used and if there is a one-to-one (1:1) merge, a one-to-many (1:m) merge or a many-to-one (m:1) merge. When a rectangle indicates that two datasets should be combined by appending them, then it is useful to indicate how the ID variable in the resulting data will have changed if it has changed.

Related Pages

Click here to see pages that link to this topic.