Home | Power BI | Excel | Python | SQL | Generative AI | Visualising Data | Analysing Data
Python is a very popular, versatile, open source language, and often used for data analysis. This course is aimed at people who would like to start using Python for their data analysis tasks
2 days
Attendees will have a broad understanding of Python’s numpy and pandas packages and be able to use these to analyse and visualise data in Python.
Completion of the Python foundation and intermediate courses.
The course teaches Python for data analysis. It covers in detail the most popular Python packages for data analysis: numpy, for working with numerical data, pandas, for data analysis and manipulation, and matplotlib and seaborn for data visualisation.
Manipulate numerical data with the numpy package.
Clean, tidy and analyse data with the pandas package.
Visualise data with seaborn and matplotlib packages.
In lab exercises, attendees import data from text/CSV files, Excel spreadsheets and databases, clean, shape and transform the data, build charts to visualise results then finally export the transformed data.