Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Nepal Premier League (NPL) Dataset
|
| 2 |
+
|
| 3 |
+
This repository contains the official dataset for the Nepal Premier League (NPL), which includes two key datasets:
|
| 4 |
+
|
| 5 |
+
1. **NPL_matches**: This file contains data about all the matches played in the Nepal Premier League (NPL), including details like match results, teams, dates, and more.
|
| 6 |
+
2. **NPL_final**: This file contains ball-by-ball data for all the matches, providing detailed information about each ball played, including runs, wickets, overs, and other critical match events.
|
| 7 |
+
|
| 8 |
+
## Files
|
| 9 |
+
|
| 10 |
+
- **NPL_matches.csv**: Data for each match in the Nepal Premier League, including information such as:
|
| 11 |
+
- match_id
|
| 12 |
+
- date
|
| 13 |
+
- teams
|
| 14 |
+
- match_result
|
| 15 |
+
- total_runs, wickets, and other match statistics
|
| 16 |
+
|
| 17 |
+
- **NPL_final.csv**: A more granular dataset that includes ball-by-ball data for every match, including:
|
| 18 |
+
- match_id
|
| 19 |
+
- ball_over
|
| 20 |
+
- bowler
|
| 21 |
+
- batsman
|
| 22 |
+
- batsman_runs
|
| 23 |
+
- dismissal_kind
|
| 24 |
+
- shot_direction, and other data
|
| 25 |
+
|
| 26 |
+
## Purpose
|
| 27 |
+
|
| 28 |
+
The datasets provide insights into the performance and outcomes of the Nepal Premier League (NPL) matches. The ball-by-ball data allows for in-depth analysis and exploration of the matches, while the match-level dataset offers an overview of each game played in the league.
|
| 29 |
+
|
| 30 |
+
## Usage
|
| 31 |
+
|
| 32 |
+
You can use these datasets for:
|
| 33 |
+
- Statistical analysis of player performance
|
| 34 |
+
- Match outcome prediction models
|
| 35 |
+
- Visualizing trends and patterns across multiple seasons
|
| 36 |
+
- Research and analysis related to cricket match dynamics
|
| 37 |
+
|
| 38 |
+
## License
|
| 39 |
+
|
| 40 |
+
The datasets are provided for research, analysis, and educational purposes. Please attribute the source appropriately when using the data.
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
+
For any questions or issues, please contact [[email protected]].
|