SyntaxFix
Write A Post
Hire A Developer
Questions
From v0.11+, ... use df.iloc.
df.iloc
In [7]: df.iloc[:,0] Out[7]: 0 1 1 2 2 3 3 4 Name: x, dtype: int64