lesserfield commited on
Commit
dcc7fd9
1 Parent(s): 11bc2a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,8 +37,8 @@ The dataset is provided in with the following columns:
37
  17. `kudos`: Number of kudos received
38
  18. `bookmarks`: Number of times the work has been bookmarked
39
  19. `hits`: Number of hits or views the work has received
40
- 20. `all_kudos`: Total number of kudos across all works by the author
41
- 21. `all_bookmarks`: Total number of bookmarks across all works by the author
42
  22. `body`: Main content or summary of the work
43
 
44
  ## Usage Notes
 
37
  17. `kudos`: Number of kudos received
38
  18. `bookmarks`: Number of times the work has been bookmarked
39
  19. `hits`: Number of hits or views the work has received
40
+ 20. `all_kudos`: An array of usernames who have given kudos to the work
41
+ 21. `all_bookmarks`: N/A
42
  22. `body`: Main content or summary of the work
43
 
44
  ## Usage Notes