Commit
·
3d8f28e
1
Parent(s):
2ef5d11
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,9 @@ An example looks as follows:
|
|
| 57 |
'message': 'Change to sin() function with noise\n',
|
| 58 |
'lang': 'Python',
|
| 59 |
'license': 'mit',
|
| 60 |
-
'repos': 'MorganR/basic-gaussian-process'
|
|
|
|
|
|
|
| 61 |
}
|
| 62 |
```
|
| 63 |
|
|
@@ -74,6 +76,8 @@ The data fields are the same among all splits:
|
|
| 74 |
- `lang`: programming language
|
| 75 |
- `license`: license of the repository the code stems from
|
| 76 |
- `repos`: name of the the repository the code stems from (if multiple, they are comma separated)
|
|
|
|
|
|
|
| 77 |
|
| 78 |
### Data Splits
|
| 79 |
|
|
|
|
| 57 |
'message': 'Change to sin() function with noise\n',
|
| 58 |
'lang': 'Python',
|
| 59 |
'license': 'mit',
|
| 60 |
+
'repos': 'MorganR/basic-gaussian-process',
|
| 61 |
+
'returncode': 0,
|
| 62 |
+
'stderr': ''
|
| 63 |
}
|
| 64 |
```
|
| 65 |
|
|
|
|
| 76 |
- `lang`: programming language
|
| 77 |
- `license`: license of the repository the code stems from
|
| 78 |
- `repos`: name of the the repository the code stems from (if multiple, they are comma separated)
|
| 79 |
+
- `returncode`: if applicable errorcode during scraping (0 = no error)
|
| 80 |
+
- 'stderr': if applicable the error that occured during scraping (empty = no error)
|
| 81 |
|
| 82 |
### Data Splits
|
| 83 |
|