Coder Social home page Coder Social logo

frs's Introduction

frs

This contains a Python package for managing conversions of Family Resources Survey data into OpenFisca-UK compatible (entity-level) datasets. There are two main direct uses:

  • Use the frs command to manage FRS datasets stored locally
  • Import the package and use the frs.load() function to return the generated datasets

Command-line Tool

Instructions for usage:

usage: frs [-h] [--path PATH] {status,gen,regen}

Utility for managing Family Resources Survey microdata

positional arguments:
  {status,gen,regen}  The action to take on stored data

optional arguments:
  -h, --help          show this help message and exit
  --path PATH         The path to the FRS data

Viewing status

frs status prints out a summary of the status of the stored datasets. For example, when newly installed, it should output:

FRS status:
        FRS TAB files stored?                           No
        FRS OpenFisca-UK input files generated?         No
        OpenFisca-UK input files outdated?              N/A

When FRS data is loaded with frs gen, it should output:

FRS status:
        FRS TAB files stored?                           Yes
        FRS OpenFisca-UK input files generated?         Yes
        OpenFisca-UK input files outdated?              No (files generated with current version, 0.2.0)

Generating datasets

Run frs gen --path [PATH_TO_FRS_TAB_FILES] to generate the input datasets. The output should look like this:

Storing FRS files: 100%|██████████████████████████████████████████████████████████████████████| 23/23 [00:00<00:00, 97.44it/s]
Stored FRS source files successfully.
Generating OpenFisca-UK input datasets:
Reading adult.tab: 33238it [00:02, 11676.03it/s]
Reading benunit.tab: 22406it [00:00, 31335.18it/s]
Reading child.tab: 9849it [00:00, 33614.09it/s]
Reading job.tab: 20494it [00:00, 33871.75it/s]
Reading pension.tab: 10248it [00:00, 120552.48it/s]
Reading benefits.tab: 38475it [00:00, 83630.24it/s]
Reading accounts.tab: 65391it [00:00, 225508.67it/s]
Reading assets.tab: 18432it [00:00, 198199.28it/s]
Reading maint.tab: 438it [00:00, 109534.05it/s]
Reading chldcare.tab: 7285it [00:00, 145566.87it/s]
Writing person.csv file: 100%|███████████████████████████████████████████████████████| 43087/43087 [00:00<00:00, 59506.24it/s] 
Reading extchild.tab: 778it [00:00, 194699.79it/s]
Writing benunit.csv file: 100%|█████████████████████████████████████████████████████| 22406/22406 [00:00<00:00, 147388.99it/s] 
Reading househol.tab: 19169it [00:00, 23990.09it/s]
Writing household.csv file: 100%|███████████████████████████████████████████████████| 19169/19169 [00:00<00:00, 147383.17it/s]

Importing FRS data

Importing entity-level datasets as DataFrames can be done with:

import frs
person_df, benunit_df, household_df = frs.load()

Note that frs.load() will raise an exception if the data has not been generated.

frs's People

Contributors

nikhilwoodruff avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

jdebacker

frs's Issues

Impute capital gains

Moving discussion from PolicyEngine/policyengine-uk#40 which covers implementation of the logic.

Neither FRS nor SPI microdata includes capital gains, but we could impute them from HMRC statistical tables. Here are some high level stats from 2018-19:

  • 256,000 individuals paid 8.8bn tax on 59.3bn capital gains (table 1)
  • More than half of gains are from people aged 55 or older (table 6)
  • Table 3 has the most important information (far left column is lower limit, left of each pair of columns is individuals in 000s, right is gains in millions):
    image

The Office of Tax Simplification has some additional data. For example, the below chart shows that people bunch capital gains below the 12,300 threshold; while the report includes data for some charts, it omits it from this one.
image

Turn into a package

So it can be installable. The core function could point to a local directory with the input files and either export the data or return a list of DataFrames.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.