https://github.com/taquece/goals-per-match
basic script to calculate average football goals per match from .CSV
https://github.com/taquece/goals-per-match
beginner csv data football nodejs python sports-analytics
Last synced: about 2 months ago
JSON representation
basic 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T16:11:09.000Z (about 1 year ago)
- Last Synced: 2025-09-07T16:53:58.757Z (10 months ago)
- Topics: beginner, csv, data, football, nodejs, python, sports-analytics
- Language: JavaScript
- Homepage:
- Size: 66.4 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