About this courseIn this course an overview is given of different phases of the data analysis pipeline using Python and its data analysis ecosystem. What is typically done in data analysis? We assume that data is already available, so we only need to download it. After downloading the data it needs to be cleaned to enable further analysis. In the cleaning phase the data is converted to some uniform and consistent format. After which the data can, for instance, be
What you will learn
- combined or divided into smaller chunks
- grouped or sorted,
- condensed into small number of summary statistics
- numerical or string operations can be performed on the data
What you will learn
- Python programs
- After the course, you can confidently write basic level Python programs without constantly consulting language/library documentation.
- Machine learning types
- After the course, you will know the main types of machine learning: supervised learning: regression and classification, unsupervised learning: clustering, dimensionality reduction, (density estimation)
- Data analysis projects
- After the course, you can apply basic data analysis skills to a simple project on an application field