siacus commited on
Commit
d00a361
·
verified ·
1 Parent(s): 9c61a7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -60,5 +60,7 @@ Unfortunately US Census Bureau web site is stopping download from bots/scripts,
60
 
61
  To get them from python use this code
62
  ```
63
-
 
 
64
  ```
 
60
 
61
  To get them from python use this code
62
  ```
63
+ import geopandas as gpd
64
+ states = gpd.read_file("https://huggingface.co/datasets/siacus/flourishing/resolve/main/cb_2021_us_state_20m.zip")
65
+ counties = gpd.read_file("https://huggingface.co/datasets/siacus/flourishing/resolve/main/cb_2021_us_county_20m.zip")
66
  ```