We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb42190 commit 1f4796aCopy full SHA for 1f4796a
1 file changed
policyengine_us_data/calibration/source_impute.py
@@ -370,9 +370,7 @@ def _impute_sipp(
370
sipp_df["household_weight"] = sipp_df.WPFINWGT
371
sipp_df["household_id"] = sipp_df.SSUID
372
sipp_df["treasury_tipped_occupation_code"] = (
373
- derive_any_treasury_tipped_occupation_code(
374
- sipp_df[SIPP_JOB_OCCUPATION_COLUMNS]
375
- )
+ derive_any_treasury_tipped_occupation_code(sipp_df[SIPP_JOB_OCCUPATION_COLUMNS])
376
)
377
sipp_df["is_tipped_occupation"] = derive_is_tipped_occupation(
378
sipp_df["treasury_tipped_occupation_code"]
0 commit comments