-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
73 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
.PHONY: offices | ||
offices : data/processed/candidate_committees.csv \ | ||
data/processed/candidate_committees_filings.csv \ | ||
data/processed/candidate_committee_filings.csv \ | ||
data/processed/pac_committees.csv \ | ||
data/processed/pac_committees_filings.csv | ||
data/processed/pac_committee_filings.csv | ||
|
||
data/processed/candidate_committees.csv \ | ||
data/processed/candidate_committees_filings.csv &: | ||
python -m scrapers.office.scrape_search candidates > $@ | ||
data/processed/candidate_committee_filings.csv &: | ||
python -m scrapers.office.scrape_search candidates | ||
|
||
|
||
data/processed/pac_committees.csv \ | ||
data/processed/pac_committees_filings.csv &: | ||
python -m scrapers.office.scrape_search committees > $@ | ||
data/processed/pac_committee_filings.csv &: | ||
python -m scrapers.office.scrape_search committees |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FilerName,FilerID,ReportID,FilingYear,FiledDate,Reporting individual status,Office / Board or Commission / Agency Name,"Date Assumed Office, Employed, or Appointed",Employer,Employer's Phone Number,P.O. Box or Street Address of Employer,City State Zip,Title or Position held by reporting individual,Nature of business or occupation,Spouse's Last Name,Spouse's First Name,Spouse's Middle,Name of Spouse’s Employer,Address of Spouse’s Employer,City,State,Zip,Spouse’s title or position held Nature of business or occupation,"Income Source over $5,000",Recieved By | ||
FilerName,FilerID,ReportID,FilingYear,FiledDate,Reporting individual status,Office / Board or Commission / Agency Name,"Date Assumed Office, Employed, or Appointed",Employer,Employer's Phone Number,P.O. Box or Street Address of Employer,City State Zip,Title or Position held by reporting individual,Nature of business or occupation,Spouse's Last Name,Spouse's First Name,Spouse's Middle,Name of Spouse’s Employer,Address of Spouse’s Employer,City,State,Zip,Spouse’s title or position held Nature of business or occupation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters