Pandas is the Swiss-Multipurpose Knife for Data Analysis in Python. With Pandas dealing with data-analysis is easy and simple but there are some things you need to get your head around first as Data-Frames and Data-Series.
The talk with provide an introduction to Pandas for beginners and cover
reading and writing data across multiple formats (CSV, Excel, JSON, SQL, HTML,…)
statistical data analysis and aggregation.
work with built-in data visualisation
inner-mechanics of Pandas: Data-Frames, Data-Series & Numpy.
how to work effectively with Pandas.