Skip to content

Commit 7e96b8a

Browse files
authored
Show gdf.head only
1 parent 00752e4 commit 7e96b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/maps/choropleth_map.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Read the example dataset provided by geodatasets.
2222
gdf = gpd.read_file(geodatasets.get_path("geoda airbnb"))
23-
gdf
23+
gdf.head()
2424

2525
# %%
2626
fig = pygmt.Figure()

0 commit comments

Comments
 (0)