AWfaw commited on
Commit
da0e222
1 Parent(s): b611ee4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -49,10 +49,9 @@ The dataset is created for research purposes and consists of source code from a
49
 
50
  |Field|Type|Description|
51
  |---|---|---|
52
- |code|string|content of source file|
53
  |repo_name|string|name of the GitHub repository|
54
  |path|string|path of file in GitHub repository|
55
- |language|string|programming language as inferred by extension|
56
  |license|string|license of GitHub repository|
57
  |size|int|size of source file in bytes|
58
 
 
49
 
50
  |Field|Type|Description|
51
  |---|---|---|
52
+ |content|string|content of source file|
53
  |repo_name|string|name of the GitHub repository|
54
  |path|string|path of file in GitHub repository|
 
55
  |license|string|license of GitHub repository|
56
  |size|int|size of source file in bytes|
57