samarpanrai commited on
Commit
53ae5e0
·
verified ·
1 Parent(s): 39d6e04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ tags:
6
+ - cricket
7
+ - sports
8
+ - ball-by-ball
9
+ - nepal
10
+ - dataset
11
+ - t20
12
+ - match-summary
13
+ pretty_name: Nepal Premier League Dataset
14
+ task_categories:
15
+ - tabular-classification
16
+ - tabular-regression
17
+ configs:
18
+ - config_name: ball_by_ball
19
+ description: Ball-by-ball details of each delivery in the Nepal Premier League.
20
+ - config_name: match_summary
21
+ description: Match-level summary with team scores, toss info, and results.
22
+ size_categories:
23
+ - 10k<n<100k
24
+ dataset_info:
25
+ - description: >
26
+ This dataset contains two configurations:
27
+ • `ball_by_ball`: ball-by-ball data for all Nepal Premier League matches.
28
+ • `match_summary`: aggregated match-level statistics for each match.
29
+ ---
30
+
31
+ # 🏏 Nepal Premier League Dataset
32
+
33
+ This dataset provides structured data from the **Nepal Premier League (NPL)**.
34
+
35
+ It includes two configurations:
36
+ - **`ball_by_ball`** — Every ball delivered in NPL matches, with batsman, bowler, runs, extras, and dismissals.
37
+ - **`match_summary`** — Per-match summaries including teams, venue, toss details, scores, and results.
38
+
39
+ ## 🧠 Usage
40
+
41
+ ```python
42
+ from datasets import load_dataset
43
+
44
+ # Ball-by-ball data
45
+ ball_data = load_dataset("samarpanrai/Nepal-Premier-League-ball-by-ball", "ball_by_ball")
46
+
47
+ # Match summary data
48
+ match_data = load_dataset("samarpanrai/Nepal-Premier-League-ball-by-ball", "match_summary")
49
+ ```
50
+
51
  # Nepal Premier League (NPL) Dataset
52
 
53
  This repository contains the official dataset for the Nepal Premier League (NPL), which includes two key datasets: