Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,26 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
-
Data Fields
|
5 |
-
content (string): the content of the file.
|
6 |
-
size (integer): size of the uncompressed file.
|
7 |
-
lang (string): the programming language.
|
8 |
-
ext (string): file extension
|
9 |
-
avg_line_length (float): the average line-length of the file.
|
10 |
-
max_line_length (integer): the maximum line-length of the file.
|
11 |
-
alphanum_fraction (float): the fraction of characters in the file that are alphabetical or numerical characters.
|
12 |
-
hexsha (string): unique git hash of file
|
13 |
-
max_{stars|forks|issues}_repo_path (string): path to file in repo containing this file with maximum number of {stars|forks|issues}
|
14 |
-
max_{stars|forks|issues}_repo_name (string): name of repo containing this file with maximum number of {stars|forks|issues}
|
15 |
-
max_{stars|forks|issues}_repo_head_hexsha (string): hexsha of repository head
|
16 |
-
max_{stars|forks|issues}_repo_licenses (string): licenses in repository
|
17 |
-
max_{stars|forks|issues}_count (integer): number of {stars|forks|issues} in repository
|
18 |
-
max_{stars|forks|issues}_repo_{stars|forks|issues}_min_datetime (string): first timestamp of a {stars|forks|issues} event
|
19 |
-
max_{stars|forks|issues}_repo_{stars|forks|issues}_max_datetime (string): last timestamp of a {stars|forks|issues} event
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
+
# Dataset Fields
|
6 |
+
|
7 |
+
## Data Fields
|
8 |
+
|
9 |
+
- **content** (string): The content of the file.
|
10 |
+
- **size** (integer): Size of the uncompressed file.
|
11 |
+
- **lang** (string): The programming language.
|
12 |
+
- **ext** (string): File extension.
|
13 |
+
- **avg_line_length** (float): The average line-length of the file.
|
14 |
+
- **max_line_length** (integer): The maximum line-length of the file.
|
15 |
+
- **alphanum_fraction** (float): The fraction of characters in the file that are alphabetical or numerical characters.
|
16 |
+
- **hexsha** (string): Unique git hash of file.
|
17 |
+
|
18 |
+
## Maximum Stars/Forks/Issues Repository Information
|
19 |
+
|
20 |
+
- **max_{stars|forks|issues}repo_path** (string): Path to file in the repository containing this file with the maximum number of {stars|forks|issues}.
|
21 |
+
- **max{stars|forks|issues}repo_name** (string): Name of the repository containing this file with the maximum number of {stars|forks|issues}.
|
22 |
+
- **max{stars|forks|issues}repo_head_hexsha** (string): Hexsha of the repository head.
|
23 |
+
- **max{stars|forks|issues}repo_licenses** (string): Licenses in the repository.
|
24 |
+
- **max{stars|forks|issues}count** (integer): Number of {stars|forks|issues} in the repository.
|
25 |
+
- **max{stars|forks|issues}repo{stars|forks|issues}min_datetime** (string): First timestamp of a {stars|forks|issues} event.
|
26 |
+
- **max{stars|forks|issues}repo{stars|forks|issues}_max_datetime** (string): Last timestamp of a {stars|forks|issues} event.
|