목차

Pandas

입력

import pandas as pd

pd.__version__

pd? # tab 누르면 사용가능한 여러가지 method를 볼 수 있다.

출력

1.0.1

Series

입력