Skip to content

Commit

Permalink
Clarify the description of explore country data arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed Oct 11, 2024
1 parent 400a9f2 commit 422544f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ confident in it's correctness. This time, you will write a better, more testable
a list of dictionaries keyed by column header and with values from each row of data in the CSV source.

This is a more generic version of `parse_csv`. It can read CSV data from a file, the internet, or
any resource.
any resource that it is are provided. If it is provided a `str` then the data is CSV formatted data
for it to parse directly.

Here is an example CSV file:

Expand Down

0 comments on commit 422544f

Please sign in to comment.