Pandas index

1 개요[ | ]

Pandas index
Python
CPU
3.5s
MEM
96M
3.8s
Reload
Copy
import pandas as pd
df = pd.read_csv("https://raw.githubusercontent.com/jmnote/zdata/master/R/iris.csv")
df.index
RangeIndex(start=0, stop=150, step=1)

2 같이 보기[ | ]