top of page
Duration
Python for Data Analysis
Duration
3 full-days
Level
Intermediate
Python for Data Analysis
Course Topics
Getting Started with Jupyter Labs
You should already be familiar with the basics of Python before beginning this course, so we'll jump right in and create your first Jupyter Notebook, as well as how to annotate it with Markdown and LaTex.
Overview of prerequisite skills
We'll start by giving an overview of the key Python concepts and skills that we'll be building on, e.g. slicing Lists.
Generators
Learn why Data Scientists find generators useful and efficient for generating sequences of numbers.
Lambdas
Lambdas are also known as "anonymous functions". They are often used by Data Scientists as a shorthand way to create a function.
Level
bottom of page