Skip to content

Commit 7e2cace

Browse files
committed
Print gpd head
1 parent cd8956f commit 7e2cace

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-
print(gdf)
23+
print(gdf.head())
2424

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

0 commit comments

Comments
 (0)