You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/choropleth-maps.md
+6-10
Original file line number
Diff line number
Diff line change
@@ -166,23 +166,19 @@ fig.show()
166
166
167
167
### Using GeoPandas Data Frames
168
168
169
-
`px.choropleth` accepts the `geometry` of a GeoPandas data frame as the input to `geojson` if the `geometry` contains polygons.
169
+
`px.choropleth` accepts the `geometry` of a [GeoPandas](https://geopandas.org/) data frame as the input to `geojson` if the `geometry` contains polygons.
170
170
171
171
```python
172
172
import plotly.express as px
173
173
import geopandas as gpd
174
-
import wget
175
174
176
-
# download and load a zipped shapefile into a GeoDataFrame
Copy file name to clipboardExpand all lines: doc/python/mapbox-county-choropleth.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -159,22 +159,19 @@ fig.show()
159
159
160
160
### Using GeoPandas Data Frames
161
161
162
-
`px.choropleth_mapbox` accepts the `geometry` of a GeoPandas data frame as the input to `geojson` if the `geometry` contains polygons.
162
+
`px.choropleth_mapbox` accepts the `geometry` of a [GeoPandas](https://geopandas.org/) data frame as the input to `geojson` if the `geometry` contains polygons.
163
163
164
164
```python
165
165
import plotly.express as px
166
166
import geopandas as gpd
167
-
import wget
168
167
169
-
# download and load a zipped shapefile into a GeoDataFrame
0 commit comments