Update README.md
Browse files
README.md
CHANGED
|
@@ -67,6 +67,34 @@ source_datasets:
|
|
| 67 |
|
| 68 |
## Dataset Schema
|
| 69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
## Licensing information
|
| 71 |
|
| 72 |
## Future work
|
|
|
|
| 67 |
|
| 68 |
## Dataset Schema
|
| 69 |
|
| 70 |
+
```python
|
| 71 |
+
{
|
| 72 |
+
"blob_id": string,
|
| 73 |
+
"path": string,
|
| 74 |
+
"content_id": string,
|
| 75 |
+
"language": string,
|
| 76 |
+
"length_bytes": int64,
|
| 77 |
+
"detected_licenses": list,
|
| 78 |
+
"license_type": "string,
|
| 79 |
+
"src_encoding": string,
|
| 80 |
+
"is_vendor": bool,
|
| 81 |
+
"is_generated": bool,
|
| 82 |
+
"alphanum_fraction": float64,
|
| 83 |
+
"alpha_fraction": float64,
|
| 84 |
+
"num_lines": int64,
|
| 85 |
+
"avg_line_length": float64,
|
| 86 |
+
"max_line_length": int64,
|
| 87 |
+
"text": string,
|
| 88 |
+
"analysis_results": list,
|
| 89 |
+
"has_issues": bool,
|
| 90 |
+
"language_type_issue": list,
|
| 91 |
+
"language_type": string,
|
| 92 |
+
"pylint_score": int64,
|
| 93 |
+
"pylint_output": string
|
| 94 |
+
}
|
| 95 |
+
```
|
| 96 |
+
|
| 97 |
+
|
| 98 |
## Licensing information
|
| 99 |
|
| 100 |
## Future work
|