Skip to content

Commit 474220b

Browse files
authored
fix wrong library mention (#1505)
The python code uses `pandas` and not `geopandas`
1 parent cfbb473 commit 474220b

File tree

1 file changed

+1
-1
lines changed
  • examples/loader-python-to-csv/src

1 file changed

+1
-1
lines changed

examples/loader-python-to-csv/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ results.to_csv(sys.stdout)
2828

2929
<div class="note">
3030

31-
To run this data loader, you’ll need python3 and the geopandas, matplotlib, io, and sys modules installed and available on your `$PATH`.
31+
To run this data loader, you’ll need python3 and the pandas, matplotlib, io, and sys modules installed and available on your `$PATH`.
3232

3333
</div>
3434

0 commit comments

Comments
 (0)