Skip to content

Commit 7b35593

Browse files
authored
Fix misspelled word
1 parent 75f1455 commit 7b35593

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)