Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 652 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 652 Bytes

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