Giter VIP home page Giter VIP logo

Comments (5)

moon-home avatar moon-home commented on June 11, 2024
  1. create_units() is processing a given data, but the example class created in survey_input_variables.py are only defining some attributes. Where should the processing logic go?
  2. where to look up the meaning of those keys in create_units() data, such as a_spise, s_flag, etc?
  3. where to look up definitions in raw data cps.csv? Most variables there are named with numbers, do I keep that convention or rename them to something meaningful?
  4. There is cps.csv data and the spm uk data. for now, I will only need the first one? So is cps.csv data?
  5. Relationship between all ongoing projects and involved repos

(This is just for my own notes, still reading doc/about_cps_data.md)

from policyengine-us.

nikhilwoodruff avatar nikhilwoodruff commented on June 11, 2024

Relevant: FPUS notebook

from policyengine-us.

moon-home avatar moon-home commented on June 11, 2024
  1. Didn't see P_INT_VAL in raw_cps_2020.h5?
  2. BaseCPS syntax

Notes:
command to download the raw_cps_2020.h5:
openfisca-data raw_cps generate 2020
The h5 file should be located at openfisca_data/microdata/external

from policyengine-us.

nikhilwoodruff avatar nikhilwoodruff commented on June 11, 2024

@moon-home the P_ prefix is added to indicate the variable is at the person level (the raw dataset is a relational database with three tables: person, family, household). See this part of dataset.py for the code adding it.

from policyengine-us.

nikhilwoodruff avatar nikhilwoodruff commented on June 11, 2024

All now added

from policyengine-us.

Related Issues (20)

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.