Skip to content

Commit 5716de9

Browse files
authored
Merge pull request #5 from timpulver/patch-1
Fix misspelled word
2 parents 9f69b7a + 7b35593 commit 5716de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dfd.read_csv("https://web.stanford.edu/class/archive/cs/cs109/cs109.1166/stuff/t
7878
//prints the inferred dtypes of each column
7979
df.ctypes.print()
8080

81-
//selecting a column by subsettiing
81+
//selecting a column by subsetting
8282
df['Name'].print()
8383

8484
//drop columns by names

0 commit comments

Comments
 (0)