Skip to content

Commit

Permalink
removed if main
Browse files Browse the repository at this point in the history
  • Loading branch information
nrposner authored Dec 6, 2023
1 parent 5ef6778 commit f8e3dda
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions utils/arizona.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,3 @@ def clean(self, data: list[pd.DataFrame]) -> pd.DataFrame:
transactions["office_sought"] = office_sought

return [transactions, details]


if __name__ == "__main__":
ArizonaCleaner.clean_state(
[
AZ_INDIVIDUALS_FILEPATH,
AZ_ORGANIZATIONS_FILEPATH,
AZ_TRANSACTIONS_FILEPATH,
# "notebooks/all_inds_details.csv",
# "notebooks/all_orgs_details.csv",
# "notebooks/all_transactions.csv",
]
)

0 comments on commit f8e3dda

Please sign in to comment.