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
Site Navigation
Markdown 101
Python 101
Pandas 101
Stats and Probability 101
Tableau 101
DATA 101
Domain Knowledge 101