Datasets:
Update README.md
Browse files
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 |
```
|