Introduction
This course provides the tools to use Python programming language to extract knowledge from data. We will start with an introduction of basic concepts in programming. You will learn how to write short codes, read other people’s codes, automate tasks etc. Then, we will use the Pandas package to work with data collection, statistical and graphical analysis. We will learn the power of dataframes, which allows you to work productively with data. You will learn techniques for loading, cleaning, combining, slicing, and transforming data. Finally, you will be able to combine your data to statistical models and present the results in tables and graphs.