Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (26 loc) · 1015 Bytes

File metadata and controls

33 lines (26 loc) · 1015 Bytes

Launch this notebook using this button:

Binder

Welcome!

This repo contains workshop materials for a beginner pandas user. We are going through this in an interactive workshop format. Please feel free to explore! Whether you're jumping ahead or staying at some sections for longer, no worries - we're here to help.

Outline

  1. What is Python and why Python?
    1. Why pandas?
  2. Python notebooks
    1. How do people use Python notebooks in their workflow?
    2. How do we use it?
  3. Python Basics
    1. numbers, strings
    2. errors
    3. lists
    4. dictionaries
    5. variables, conditionals, loops
    6. reading and writing to files
    7. what does import mean - ecosystem
  4. Pandas
    1. What is it/why it matters
    2. How to get help
    3. What is data frame
      1. What is a series
      2. What is a data frame
      3. Reading data from files