Upload dataset
Browse files- README.md +56 -0
- repo_stats/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,5 +1,57 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
features:
|
| 4 |
- name: group_number
|
| 5 |
dtype: int64
|
|
@@ -55,4 +107,8 @@ configs:
|
|
| 55 |
data_files:
|
| 56 |
- split: train
|
| 57 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: default
|
| 4 |
+
features:
|
| 5 |
+
- name: group_number
|
| 6 |
+
dtype: int64
|
| 7 |
+
- name: group_size
|
| 8 |
+
dtype: int64
|
| 9 |
+
- name: num_contributors
|
| 10 |
+
dtype: int64
|
| 11 |
+
- name: num_prs
|
| 12 |
+
dtype: int64
|
| 13 |
+
- name: num_commits_to_main
|
| 14 |
+
dtype: int64
|
| 15 |
+
- name: average_commit_length_to_main
|
| 16 |
+
dtype: float64
|
| 17 |
+
- name: latest_commit
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: average_commit_length
|
| 20 |
+
dtype: float64
|
| 21 |
+
- name: contributions_per_contributor
|
| 22 |
+
list: int64
|
| 23 |
+
- name: total_commits
|
| 24 |
+
dtype: int64
|
| 25 |
+
- name: activity_matrix
|
| 26 |
+
list:
|
| 27 |
+
list: int64
|
| 28 |
+
- name: num_docker_files
|
| 29 |
+
dtype: int64
|
| 30 |
+
- name: num_python_files
|
| 31 |
+
dtype: int64
|
| 32 |
+
- name: num_workflow_files
|
| 33 |
+
dtype: int64
|
| 34 |
+
- name: has_requirements_file
|
| 35 |
+
dtype: bool
|
| 36 |
+
- name: has_cloudbuild
|
| 37 |
+
dtype: bool
|
| 38 |
+
- name: using_dvc
|
| 39 |
+
dtype: bool
|
| 40 |
+
- name: repo_size
|
| 41 |
+
dtype: float64
|
| 42 |
+
- name: readme_length
|
| 43 |
+
dtype: int64
|
| 44 |
+
- name: actions_passing
|
| 45 |
+
dtype: bool
|
| 46 |
+
- name: num_warnings
|
| 47 |
+
dtype: int64
|
| 48 |
+
splits:
|
| 49 |
+
- name: train
|
| 50 |
+
num_bytes: 32786
|
| 51 |
+
num_examples: 13
|
| 52 |
+
download_size: 12704
|
| 53 |
+
dataset_size: 32786
|
| 54 |
+
- config_name: repo_stats
|
| 55 |
features:
|
| 56 |
- name: group_number
|
| 57 |
dtype: int64
|
|
|
|
| 107 |
data_files:
|
| 108 |
- split: train
|
| 109 |
path: data/train-*
|
| 110 |
+
- config_name: repo_stats
|
| 111 |
+
data_files:
|
| 112 |
+
- split: train
|
| 113 |
+
path: repo_stats/train-*
|
| 114 |
---
|
repo_stats/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c45322ec9a82f90d46e32e87c138d3b4ead1248d3467fa87d291b8874b5c31c3
|
| 3 |
+
size 12704
|