Skip to content

cdmacquarrie/sacrifice_bundt_fantasy_baseball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fantasy Baseball Yahoo Consolidate

Overview

This Jupyter notebook is designed to consolidate and process fantasy baseball data from Yahoo. It helps analyze and track the performance of players and teams over the course of a fantasy baseball season. This project can be helpful for both beginners and advanced users interested in fantasy sports data analysis.

Features

  • Data Consolidation: Collects and merges data from Yahoo Fantasy Baseball into a usable format for analysis.
  • Player Statistics: Tracks key statistics such as runs, home runs, RBIs, stolen bases, and batting averages.
  • Team Rankings: Analyzes the performance of different teams and ranks them based on their players' performance.
  • Visualization: Includes charts and visual representations of players' performance over time.
  • Custom Metrics: Allows users to define custom metrics to better understand player and team performance.

Prerequisites

Before running this notebook, make sure you have the following installed:

  • Python 3.x

  • Jupyter Notebook or Jupyter Lab

  • Required Python libraries:

    • pandas
    • numpy
    • matplotlib
    • seaborn
    • requests (or any specific libraries used to pull Yahoo data)

    ChatGPT was used to write and edit this code