Welcome to Business Analytics, an introductory class that teaches statistical analysis in Python.

Introduction

Basics of Python

<aside>

The central idea in this section is that much of coding consists of using functions to transform data.

</aside>

Class # 2

Class # 3

Class # 4

Class # 5

Data Manipulation

<aside>

I don’t think there really is a central idea in this section. This is just an introduction to pandas which is a library for manipulating data.

</aside>

Class # 6

Class # 7

Class # 8

Class # 9

Probability Theory

<aside>

Introducing probability using the notion Sample Space and Probability Measures makes ideas in statistics composable which means we can build with them more easily.

</aside>

Class # 10