Skip to content

Davis-Data-Science-Club/Pandas-Tutorial

Repository files navigation

Pandas-Workshop

Topics Covered:

  • Series vs Dataframes
  • Data exploration
  • Data Cleaning (null values, outliers, data format conversion, duplicate rows)
  • Data Manipulation (slicing, reindexing, groupby)
  • Data Analysis (cross tabulation,
  • Exercises with Solutions at the end

How to use:

First refer to the misc notebook to get a general grasp on the pandas concepts. Then download the 2018 arrivals csv & 2019 arrivals csv files to use for practice our pandas commands in our airline arrivals data analysis notebook.

Dataset:

This workshop uses a dataset from the Bureau of Transportation Statistics containing 41,177 records of airline arrival delays for 18 airlines from 2018 and 2019. Each row represents a summary of delay data for a carrier-airport pair for the specified month.

Description of Data:

Description of Data

Exercises:

Towards the end of the airline arrivals data analysis notebook, there are a list of exercises to complete, with solutions provided.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors