Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jun 11, 2024
1 parent 4adff19 commit c1af222
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ogusa/psid_data_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
os.makedirs(output_dir)


def prep_data(data=os.path.join(CURDIR, "..", "data", "PSID", "psid1968to2015.csv.gz")):
def prep_data(
data=os.path.join(CURDIR, "..", "data", "PSID", "psid1968to2015.csv.gz")
):
"""
This script takes PSID data created from psid_download.R and:
1) Creates variables at the "tax filing unit" (equal to family
Expand Down

0 comments on commit c1af222

Please sign in to comment.