We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f69b7a + 7b35593 commit 5716de9Copy full SHA for 5716de9
1 file changed
README.md
@@ -78,7 +78,7 @@ dfd.read_csv("https://web.stanford.edu/class/archive/cs/cs109/cs109.1166/stuff/t
78
//prints the inferred dtypes of each column
79
df.ctypes.print()
80
81
- //selecting a column by subsettiing
+ //selecting a column by subsetting
82
df['Name'].print()
83
84
//drop columns by names
0 commit comments