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