Jan 2025 Click here to download pdf version
Marion Walton (she/her)
selection <- "English" language <- c("English","Afrikaans","Kaaps", "isiZulu", "isiXhosa") greeting <- c("Hello","Hallo","Aweh","Sawubona","Molweni") pairs.df <- data.frame(language,greeting) result <- pairs.df$greeting[pairs.df$language == selection] print(result)
## [1] "Hello"
“Data Carpentry is a lesson program within The Carpentries building communities teaching universal data skills.”
“Data carpentry workshops for a biological/ecological curriculum were later adapted for a range of different scientific disciplines and datasets, including one designed for social scientists (Teal et al., 2015 emphasis added).
. What are the “foundations” of our work with data in social science and humanities?
Data ethics and data justice are just as “foundational” as spreadsheets and dataframes, particularly in the Global South and decolonial contexts.
Afro-feminist perspectives - Relational approach to data
“knowing is an activity that happens in the relationship between the knower and the known” (De Jaegher in Birhane, 2021)
Relational ethics - All datasets constructed in complex, rich social settings
“Using data ethically is a local problem, which requires attention to the differences among data settings and how they might change over time, necessitating continued maintenance and adjustment.” (Loukissas, 2019:194)
Explore construction -> Read, Inquire, Unfold, Represent
“The data used in these lessons are taken from interviews of farmers in two countries in eastern sub-Saharan Africa (Mozambique and Tanzania). These interviews were conducted between November 2016 and June 2017 and probed household features (e.g. construction materials used, number of household members), agricultural practices (e.g. water usage), and assets (e.g. number and types of livestock).”
The Carpentries. 2023. Data Organization in Spreadsheets for Social Scientists.
.
Farmer led irrigation development in Africa, example from Mozambique
What did you feel about the video?
Key social questions raised by the data:
For example:
Make your voice heard in open data:
Ask questions!
Contribute to lesson development
Adapt language and exercises
New lessons and disciplines?
Foundational skill for Social Science - Build and reflect on the relationship between the knower and the known.
“treat data as a point of contact, a landing, an opportunity to get closer, to learn to care about a subject, or the people and places beyond data. Do not mistake the availability of data as permission to remain at a distance.” (Loukissas, 2019:196)
Birhane, A. (2021). Algorithmic injustice: A relational ethics approach. Patterns, 2(2), 100205.
What questions did you have about the participants after seeing the data?
.
Rows and columns of ‘tidy’ machine-readable data look deceptively simple, yet there are many complex issues to address when we use data to represent people, or to make decisions that can affect people’s lives and our societies.
“the data scientist decides what is worth measuring (making some things visible and others invisible by default) and how. In the process of data cleaning, rich information that provides context about which data are collected and how datasets are structured is stripped away.”
Birhane, A. (2021). Algorithmic injustice: A relational ethics approach. Patterns, 2(2), 100205.