Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
closes #507
  • Loading branch information
alee authored Mar 11, 2021
1 parent 3158537 commit c21e4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/07-reading-tabular.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ keypoints:
* A 2-dimensional table whose columns have names
and potentially have different data types.
* Load it with `import pandas as pd`. The alias pd is commonly used for Pandas.
* Read a Comma Separate Values (CSV) data file with `pd.read_csv`.
* Read a Comma Separated Values (CSV) data file with `pd.read_csv`.
* Argument is the name of the file to be read.
* Assign result to a variable to store the data that was read.

Expand Down

0 comments on commit c21e4d2

Please sign in to comment.