-
Notifications
You must be signed in to change notification settings - Fork 10
Impute SSA card-type #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Impute SSA card-type #223
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6c55c60
Add add_ssn_card_type function to cps.py
vahid-ahmadi 48c990e
Add PRCITSHP variable
vahid-ahmadi e07b942
Add ssn_card_type 2
vahid-ahmadi a774a25
Exclude add_rent
vahid-ahmadi 38929bd
format
vahid-ahmadi 57d6d06
Create targets for all 4 SSN card
vahid-ahmadi 1dbeda4
edit variable format
vahid-ahmadi 8704a19
Merge branch 'main' into ssn_card_type_rebased
vahid-ahmadi 174bf2d
format
vahid-ahmadi 7f54a6e
edit dependencies
vahid-ahmadi 867b2e2
Set undocumented target to 10.1 miillion
nikhilwoodruff 98bafdc
add changelog
vahid-ahmadi f3a6649
add test
vahid-ahmadi d1379c5
change 0 to none
vahid-ahmadi 8786b94
edit test
vahid-ahmadi a316891
Merge branch 'main' into ssn_card_type_rebased
vahid-ahmadi 375a598
take add_rent back
vahid-ahmadi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| - bump: minor | ||
| changes: | ||
| added: | ||
| - SSN card type implementation for CPS dataset. | ||
| - Calibration of undocumented population to 10.1 million based on Pew Research data. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -299,5 +299,6 @@ class CensusCPS_2018(CensusCPS): | |
| "POTC_VAL", | ||
| "PMED_VAL", | ||
| "PEMCPREM", | ||
| "PRCITSHP", | ||
| "NOW_GRP", | ||
| ] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.