Files
congress-legislators/scripts/run_all_years.py
bchartoff 0cf2f340f9 updated ICPSR id's
pulled and matched ICPSR id's from roll call source data
2013-07-25 17:11:31 -04:00

4 lines
87 B
Python

import os
for i in range(1,114):
os.system("python ICPSR_id.py --congress=" + str(i))