1. Pandas Introduction#

import pandas as pd

1.1. Series#

  • series is indexed list

    • index can be numbers(0,1,2,3) or strings(‘first’,’second’)

  • one column of dataframe

1.2. Dataframe#

  • combination of series