[Python] Plot using Pandas
df.plot()
매개 kind: 그래프 종류 (line, .scatter, bar, pie, …) x: x축에 들어갈 컬럼명 / default는 index값이 들어감 y: y축에 들어랑 컬럼명
- 박스플랏 df.boxplot() 매개 column: box plot을 그릴 컬럼 목록
df.plot()
매개 kind: 그래프 종류 (line, .scatter, bar, pie, …) x: x축에 들어갈 컬럼명 / default는 index값이 들어감 y: y축에 들어랑 컬럼명
댓글남기기