-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Values of dataframe in psid_data_setup.py #20
Comments
Just experimented more with the variables, a lot of the columns were only used for specific years or have been discontinued. |
@prrathi Let me know if anything here is a major issue. Note that in the |
@jdebacker I believe '# of Individual Records' with most recent name ER52168 would be a beneficial add, has data since 1981 about total number in each household, which I don't think is part of the variables currently used. |
So there's no associated variable for
Cool, so it's zero for unmarried people and nonzero for married people? |
@prrathi That probably is a useful variable to pull. Please feel free to open a PR to add that (or any other variables you think would be useful). |
That specific variable is for children 30 and less, with no associated variables,
yes |
Ah I'm seeing I found that about |
The final dataframe
panel_li
of psid_data_setup.py seems to have issues with the values in its columns. Couple that I noticed while working with some (through the pickle file that the code stores) were:num_children
were nullspouse_age
were 0I suspect this is the case for several other columns as well. These columns also weren't manipulated in psid_data_setup.py, so @MaxGhenis suggested looking back at the
psidR
package.The text was updated successfully, but these errors were encountered: