Pandas 컬럼명 목록

1 개요[ | ]

Pandas 컬럼명 목록
Pandas 컬럼명 확인
import pandas as pd
df = pd.read_csv("https://raw.githubusercontent.com/jmnote/zdata/master/R/iris.csv")
df.columns
df.head()

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}