Grab the slides: slides.com/cheukting_ho/legend-data-pandas1

Every Monday 5pm UK time

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool,
built on top of the Python programming language.

- pandas.pydata.org

pandas let you read and write data form csv, excel etc and handle this data in tabular form in python easily

Today we are going to:

1. install/ check we have installed pandas

2. read and write to csv (and may be excels)

3. talk about what is DataFrame and Series

4. head and tail and slicing dfs (and play around with columns and indexes)

5. changing data types

 

Next tutorial:

6. using .apply

7. aggregation operations

8. groupby operations

9. joining dataframes

Next week:

More Pandas

Every Monday 5pm UK time