This repository contains code to process raw data from the Indian Periodic Labour Force Survey, launched by the National Statistical Office of India on April 2017. The raw microdata is provided in .txt
files which can be accessed from the following links:
make_plfs.do
is the makefile for the repo that calls all the scripts in the correct order to process raw datadict
contains all the dictionary files for first visits and revisits to parse variables from.txt
filessrc
contains the cleaning scriptsdocs
contains documentation about sampling weights and variables
make_plfs.do
contains globals at the top of the script to specify the filepaths to the data and code folders respectively. The code global assumes by default that the plfs repo lies in your root folder~
.
PLFS uses the 2004 National Classification of Occupations (NCO) to identify workers. This file offers a concordance of 2004 NCO codes with 1968 NCO codes to allow linking PLFS to older NSS rounds.
If you find any issues while using the code, please add them under GitHub issues. Specific suggestions for improving the code can be made via pull request.
Cheers!