Day 2 - Data Analysis and Plotting

Day 2 - Data Analysis and Plotting#

Day 2 Overview

In this session, we’ll learn using Python to analyze tabular data and create plots. Finally, we’ll learn how to write our own functions in Python.

At the end of this session, you should be able to answer the following questions:

Analyzing Tabular Data

  • How can I work with data that is in rows and columns?

  • What is a pandas dataframe?

Creating plots

  • How do I visualize data by making graphs?