Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.74 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.74 KB

india-plfs

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:

Repo Structure

  • make_plfs.do is the makefile for the repo that calls all the scripts in the correct order to process raw data
  • dict contains all the dictionary files for first visits and revisits to parse variables from .txt files
  • src contains the cleaning scripts
  • docs contains documentation about sampling weights and variables

Usage Instructions

  1. 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 ~.

Occupations

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.

Final Notes

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!