The goal of this project is to gather, aggregate, and normalize data about entities that receive CCDF funding through state block grants, with a focus on business names and addresses.
The repository is organized as follows:
code/
: Contains Python scripts for data processing and aggregation using web scraping techniques and noauth APIs.- See: code directory README.md
data/
: Directory of datasets gathered from state and territory websites. See:CCDF_data_availability.xlsx
for provenance.docs/
: Documents related to the project (e.g., SCOPE.md).references/
: Reference materials and supporting documents.visualizations/
: Data visualization outputs.requirements.txt
: Lists Python dependencies required for the project..gitignore
: Specifies files and directories to be ignored by Git.