ibragim-bad commited on
Commit
6b01dd3
·
verified ·
1 Parent(s): fcd336f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -47
README.md CHANGED
@@ -1,50 +1,50 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: repo_name
5
- dtype: string
6
- - name: language
7
- dtype: string
8
- - name: created_at
9
- dtype: string
10
- - name: description
11
- dtype: string
12
- - name: description_language
13
- dtype: string
14
- - name: description_language_score
15
- dtype: float64
16
- - name: license_key
17
- dtype: string
18
- - name: forks_count
19
- dtype: float64
20
- - name: watchers_count
21
- dtype: float64
22
- - name: size
23
- dtype: float64
24
- - name: last_pr_id
25
- dtype: int64
26
- splits:
27
- - name: full
28
- num_bytes: 5567563250
29
- num_examples: 40058194
30
- - name: sample
31
- num_bytes: 138717361
32
- num_examples: 1000000
33
- download_size: 2298358914
34
- dataset_size: 5706280611
35
- configs:
36
- - config_name: default
37
- data_files:
38
- - split: full
39
- path: data/full-*
40
- - split: sample
41
- path: data/sample-*
42
- license: mit
43
- tags:
44
- - code
45
- size_categories:
46
- - 10M<n<100M
47
- ---
48
 
49
 
50
  # 📊 Metadata for 40 million GitHub repositories
@@ -54,6 +54,7 @@ size_categories:
54
  [![HF Hub](https://img.shields.io/badge/HuggingFace-available-yellow.svg)]()
55
 
56
  A cleaned, analysis-ready dataset with per-repository statistics aggregated from **GH Archive** events: stars, forks, pull requests, open issues, visibility, language signals, and more. Column names mirror the GH Archive / GitHub API semantics where possible.
 
57
 
58
  > Source: [GH Archive](https://www.gharchive.org/) (public GitHub event stream).
59
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: repo_name
5
+ dtype: string
6
+ - name: language
7
+ dtype: string
8
+ - name: created_at
9
+ dtype: string
10
+ - name: description
11
+ dtype: string
12
+ - name: description_language
13
+ dtype: string
14
+ - name: description_language_score
15
+ dtype: float64
16
+ - name: license_key
17
+ dtype: string
18
+ - name: forks_count
19
+ dtype: float64
20
+ - name: watchers_count
21
+ dtype: float64
22
+ - name: size
23
+ dtype: float64
24
+ - name: last_pr_id
25
+ dtype: int64
26
+ splits:
27
+ - name: full
28
+ num_bytes: 5567563250
29
+ num_examples: 40058194
30
+ - name: sample
31
+ num_bytes: 138717361
32
+ num_examples: 1000000
33
+ download_size: 2298358914
34
+ dataset_size: 5706280611
35
+ configs:
36
+ - config_name: default
37
+ data_files:
38
+ - split: full
39
+ path: data/full-*
40
+ - split: sample
41
+ path: data/sample-*
42
+ license: mit
43
+ tags:
44
+ - code
45
+ size_categories:
46
+ - 10M<n<100M
47
+ ---
48
 
49
 
50
  # 📊 Metadata for 40 million GitHub repositories
 
54
  [![HF Hub](https://img.shields.io/badge/HuggingFace-available-yellow.svg)]()
55
 
56
  A cleaned, analysis-ready dataset with per-repository statistics aggregated from **GH Archive** events: stars, forks, pull requests, open issues, visibility, language signals, and more. Column names mirror the GH Archive / GitHub API semantics where possible.
57
+ GitHub repo: https://github.com/ibragim-bad/github-repos-metadata-40M
58
 
59
  > Source: [GH Archive](https://www.gharchive.org/) (public GitHub event stream).
60