We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c76c80 commit 36b9722Copy full SHA for 36b9722
1 file changed
tests/integration/test_cps_generation.py
@@ -48,6 +48,9 @@ def calculate_dataframe(self, columns, year):
48
"person_id": [1, 2],
49
"household_id": [10, 20],
50
"employment_income": [25_000, 30_000],
51
+ "interest_income": [0.0, 0.0],
52
+ "dividend_income": [0.0, 0.0],
53
+ "rental_income": [0.0, 0.0],
54
"age": [30, 45],
55
"household_weight": [1.0, 1.0],
56
"is_female": [False, True],
0 commit comments