Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/loader-python-to-csv/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ results.to_csv(sys.stdout)

<div class="note">

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

</div>

Expand Down