https://github.com/taquece/goals-per-match
basic Python script to calculate average football goals per match from .CSV
https://github.com/taquece/goals-per-match
beginner csv data football python sports-analytics
Last synced: 7 months ago
JSON representation
basic Python script to calculate average football goals per match from .CSV
- Host: GitHub
- URL: https://github.com/taquece/goals-per-match
- Owner: taquece
- Created: 2025-04-15T20:19:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T21:27:16.000Z (12 months ago)
- Last Synced: 2025-04-15T21:35:59.466Z (12 months ago)
- Topics: beginner, csv, data, football, python, sports-analytics
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goals per match calculator
Node.js and Python script to calculate the average number of goals per match based on a CSV file.

## 🌐 Live demo
Try it here: [Goals Per Match (Web)](https://taquece.github.io/goals-per-match/)
## How to use
1. Edit `matches.csv` with your match data.
2. Run the script:
```bash
python goals_calculator.py