Skip to content

CodingwithFawad/Football-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Football-Data-Analysis

Project Overview

Using Python tools to analyze football team- or player-wise performance for better team performance

Data Sources

Our project relies on two main datasets:

player-dataset.csv : Contains individual player information.

team-dataset.csv : Holds data related to football teams.

Installation

  1. Clone the repository:

    git clone https://github.com/CodingwithFawad/Football-Data-Analysis.git
  2. Navigate to the project directory:

    cd Football-Data-Analysis
  3. Install dependencies:

    pip install -r requirements.txt