Using Python tools to analyze football team- or player-wise performance for better team performance
Our project relies on two main datasets:
player-dataset.csv : Contains individual player information.
team-dataset.csv : Holds data related to football teams.
-
Clone the repository:
git clone https://github.com/CodingwithFawad/Football-Data-Analysis.git
-
Navigate to the project directory:
cd Football-Data-Analysis
-
Install dependencies:
pip install -r requirements.txt