Introduction to Pandas library
Pandas is a newer package built on top of Numpy and provides efficient implementation of a Dataframe. Dataframes are essentially multidimensional arrays with attached row and column labels, and often with heterogenous types and/or missing data.