Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|