File size: 1,408 Bytes
3b430c9
 
 
 
590b9aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
license: mit
---

# Dataset Fields

## Data Fields

- **content** (string): The content of the file.
- **size** (integer): Size of the uncompressed file.
- **lang** (string): The programming language.
- **ext** (string): File extension.
- **avg_line_length** (float): The average line-length of the file.
- **max_line_length** (integer): The maximum line-length of the file.
- **alphanum_fraction** (float): The fraction of characters in the file that are alphabetical or numerical characters.
- **hexsha** (string): Unique git hash of file.

## Maximum Stars/Forks/Issues Repository Information

- **max_{stars|forks|issues}repo_path** (string): Path to file in the repository containing this file with the maximum number of {stars|forks|issues}.
- **max{stars|forks|issues}repo_name** (string): Name of the repository containing this file with the maximum number of {stars|forks|issues}.
- **max{stars|forks|issues}repo_head_hexsha** (string): Hexsha of the repository head.
- **max{stars|forks|issues}repo_licenses** (string): Licenses in the repository.
- **max{stars|forks|issues}count** (integer): Number of {stars|forks|issues} in the repository.
- **max{stars|forks|issues}repo{stars|forks|issues}min_datetime** (string): First timestamp of a {stars|forks|issues} event.
- **max{stars|forks|issues}repo{stars|forks|issues}_max_datetime** (string): Last timestamp of a {stars|forks|issues} event.