We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8956f commit 7e2caceCopy full SHA for 7e2cace
examples/gallery/maps/choropleth_map.py
@@ -20,7 +20,7 @@
20
21
# Read the example dataset provided by geodatasets.
22
gdf = gpd.read_file(geodatasets.get_path("geoda airbnb"))
23
-print(gdf)
+print(gdf.head())
24
25
# %%
26
fig = pygmt.Figure()
0 commit comments