Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
averyschoen authored Dec 5, 2023
1 parent 28af64a commit 5c79dd6
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions notebooks/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
### Notebook directory

* `MN_EDA.ipynb` : Notebook containing the EDA and visualizations for Minnesota contribution and expenditure data

* `AZ_EDA` : Notebook containing the EDA and visualizations for Arizona

* `Test.ipynb` : This is a test notebook to demonstrate how to use this repository.

* `az_webcrawler_3.ipynb` : This is a notebook of test code, including the final code used in `az_curl_crawler.py`

* `arizona_scraper_proof_of_concept` is a notebook containing proof of concept for a curl-based webcrawler, which was later expanded on in `az_webcrawler_3.ipynb` and finally used to make `az_curl_crawler.py`

* `mi_campaign_eda.ipynb`: This notebook contains the exploratory data analysis of the Michigan campaign contribution datasets, with a dropdown that allows the user to select different years to view.

* `MI_EDA.ipynb`: This notebook contains the exploratory data analysis of the Michigan campaign contribution datasets, with a dropdown that allows the user to select different years to view.

* `AZ_EDA` : A notebook containing the EDA and plots for Arizona.
* `MN_EDA.ipynb` : Notebook containing the EDA and visualizations for Minnesota contribution and expenditure data

* `PA_EDA.ipynb` : This notebook contains the EDA for Pennsylvania datasets on contributions, filer information, and expenditure data from 2018-2023.

* `az_cleaner_scratch.ipynb` and `az_cleaner_scratch_thanksgiving.ipynb` are notebooks which were used to test parallel versions of the code which concluded in `clean.py` and `cleaner_utils.py`

0 comments on commit 5c79dd6

Please sign in to comment.