notebook | content |
---|---|
Pandas.ipynb | Pandas |
IO_Pandas.ipynb | Reading data with Pandas |
- introduce the two main objects
Series
andDataFrame
- highlight the concept of an
Index
, naming rows and columns (ToDo: add names to Series example in the beginning).