Descripción
Select rows by index using iloc
File Template: ❌
Prefix
df:iloc
Scopes
python
Snippet de código
df.iloc[${1:start}:${2:end}, ${3:columns}]$0
Select rows by index using iloc
df:iloc
python
df.iloc[${1:start}:${2:end}, ${3:columns}]$0