Replication package for "Hours and income dynamics during the CoViD-19 pandemic: The case of the Netherlands"
This repository contains the replication package for the paper "Hours and income dynamics during the CoViD-19 pandemic: The case of the Netherlands" by Christian Zimpelmann, Hans-Martin von Gaudecker, Radost Holler, Lena Janys, and Bettina Siflinger as published in Labour Economics 2021.
The data is based on the LISS (Longitudinal Internet Studies for the Social sciences) -- an internet-based household panel administered by CentERdata (Tilburg University, The Netherlands).
- Our self-collected data on the pandemic is documented here. And can be cited using .
- Before running the project (see below), download all LISS raw data files and put them in the directory
raw_data/liss
. Alternatively, you can contact us and we can give you access to the raw files once you have registered for LISS data access. As of 2022 not all data sets that we collected ourselves are publicly available on the website, but we are happy to share them. - The directory
raw_data
already contains the following files:owid-covid-data.csv
: COVID-19 cases over time based on Our World in DataOxCGRT_latest.csv
: Measures of the COVID-19 government response tracker over time
The replication of figures and tables proceeds in two steps:
In this step, general data cleaning steps (renaming of variables and values, merging of yearly files, etc.) are conducted on the raw data files of the LISS. This step is based on a general LISS data cleaning repository. See this documentation for more information.
- Install a Miniconda python distribution on your computer and create a conda environment using
environment.yml
. - Move to the directory
basic_data_cleaning
in a terminal - Run
conda develop .
- Run
pytask
- The cleaned data sets will be saved in the directory
data_after_basic_cleaning
.
We can also give you access to the data files after basic cleaning such that you can skip Step 1.
In this step, project specific data cleaning, the analyses, and the creation of tables and figures are conducted.
- Move to the top directory of the repository in a terminal
- Run
waf configure
- Run
waf
- All created tables and figures will be saved in the directory
output
.