Skip to content

Commit

Permalink
Add venv line
Browse files Browse the repository at this point in the history
  • Loading branch information
ModelEarth committed Feb 22, 2024
1 parent 765b6ab commit e603800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions us/edd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ TO DO:

Process [District Attributes](EDDLayer2_attributes.xls) (237 KB) to add a column with county FIPS so we can disply multi-county regions within states on maps.

python -m venv venv && source venv/bin/activate
Should we use python3 above instead? .venv? The venv line is from [FastAPI ChatGPT plugins quickstart](https://github.com/keryc/chatgpt-plugins-fastapi-quickstart)

Request sent to ChatGPT

Add a column called Fips containing comma seperated FIPS codes for each county listed in the Counties column (separated by commas) within the State indicated in the State column. If the word City indicates the string is a city, use the county FIPS that the city resides in within the indicated state. Sometimes a city may reside in multiple counties. Provide a Python script to run this process. Use a Python library that looks up county FIPS codes based on county and state. And use a Python library that looks up counties for cities. Provide a link to download the resulting .xls file once you've added and populated the Fips column. Thanks!
Expand Down

0 comments on commit e603800

Please sign in to comment.