https://github.com/balsama/us_counties_data
Population, area, and density data for US counties.
https://github.com/balsama/us_counties_data
counties json-format population us
Last synced: 5 months ago
JSON representation
Population, area, and density data for US counties.
- Host: GitHub
- URL: https://github.com/balsama/us_counties_data
- Owner: balsama
- Created: 2020-04-05T17:57:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T04:59:35.000Z (7 months ago)
- Last Synced: 2025-05-05T06:15:42.218Z (5 months ago)
- Topics: counties, json-format, population, us
- Language: PHP
- Size: 765 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# US County Data
*Last Updated: 22 March 2025*US County information. Includes Population, Area, and Density (calculated from the first two).
Data is scraped from Wikipedia, which is scraped from various sources.**Population:** The population of the county.
**Area:** The area in square miles.
**Density:** The number of residents per square mile.## Files
All files are located in the `data` folder of this repo.
* **`counties.csv`:** List of all counties in CSV format.
* Direct repo link: https://github.com/balsama/us_counties_data/blob/main/data/counties.csv
* Raw link: https://raw.githubusercontent.com/balsama/us_counties_data/main/data/counties.csv
* **`counties.json`:** List of all counties is JSON Format.
* Direct repo link: https://github.com/balsama/us_counties_data/blob/main/data/counties.json
* Raw link: https://raw.githubusercontent.com/balsama/us_counties_data/main/data/counties.json
* **`counties_by_state`:** List of all counties grouped by state in JSON format.
* Direct repo link: https://github.com/balsama/us_counties_data/blob/main/data/counties_by_state.json
* Raw link: https://raw.githubusercontent.com/balsama/us_counties_data/main/data/counties_by_state.json