used to process tabular data !
- python data analysis library
- uses data frames like R
Data Frames
- 2-dimensional labeled data structure, organzied into rows and columns
- each row corresponds to an example
- each column contains data for a specific variable
- can access a row, column, cell, or a subset
Basic Pandas
Subsetting Data
Aggregating Data