Skip to content

Repository holding code files for the 'Data Science for Sports' course.

Notifications You must be signed in to change notification settings

theclickreader/data-science-for-sports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing the NFL Games

The first dataset that we will be looking at in this course is the dataset containing information about the NFL games. Such kind of datasets are very helpful in giving us an idea about how a sport's season was/will be played out.

(This is a preview lesson from the course 'Data Science for Sports - Analyze and Visualize Sports Data'. Students can enroll in the full course by clicking here: Enroll in 'Data Science for Sports' course.)

Data dictionary

This dataset contains the following information:

  • gameId: Game identifier, unique (numeric)

  • gameDate: Game Date (time, mm/dd/yyyy)

  • gameTimeEastern: Start time of game (time, HH:MM:SS, EST)

  • homeTeamAbbr: Home team three-letter code (text)

  • visitorTeamAbbr: Visiting team three-letter code (text)

  • week: Week of game (numeric)

Installation of libraries

Use the package manager pip to install Pandas and Matplotlib.

pip install pandas
pip install matplotlib

Credits

This lesson couldn't have been possible without the help from the amazing data science team at Kharpann.

About

Repository holding code files for the 'Data Science for Sports' course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published