Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aramb-dev committed Apr 19, 2024
1 parent 619f0b0 commit eae00fe
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GeoID Python Converter

This is a python script that converts GeoIDs/FIPS county codes in a `CSV` Dataset to `County Name, StateCode`.
This is a Python script that converts GeoIDs/FIPS county codes in a `CSV` Dataset to `County Name, StateCode`.

Video DEMO:

Expand All @@ -9,4 +9,28 @@ https://github.com/aramb-dev/geoid-python-converter/assets/65731416/53a6f370-227

## Instructions

Download the release zip file.
Download the zip file in the releases.

Extract the zip file.

Optional: Open the `geoid.py` file in your favorite text editor.

Drop your dataset into the same folder as the `geoid.py` file.

Run the script.

Enter the name of the dataset file without inserting the `.csv` extension at the end. The script will automatically add the `.csv` extension.

Copy and Paste the name of the column that contains the GeoID/FIPS county codes. Do not change the format of the column name.

The script will then ask you to enter the name of the new `.csv` file. If you want to keep it the same with `updated_` added at the beginning of the file, enter `12`.

The script will then output the new `.csv` file with the updated GeoIDs/FIPS county codes.

##

Credits: [David Hochman](https://tbed.org) county [geoIDs](https://tbed.org/demo/index.php?function=search&tablename=county_vw).

If you find any issues, please [open an issue on GitHub](https://github.com/aramb-dev/geoid-python-converter/issues).

If you have any suggestions, please [open a PR on GitHub](https://github.com/aramb-dev/geoid-python-converter/pulls).
Binary file added releases/v1.zip
Binary file not shown.

0 comments on commit eae00fe

Please sign in to comment.