lodeawb commited on
Commit
b555b74
1 Parent(s): b85236e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -33,17 +33,29 @@ Not intended to be used for any other purposes.
33
  ## Dataset Structure
34
 
35
  "id" = World Bank document ID number.
 
36
  "admreg" = Administrative region.
 
37
  "count" = The country or countries covered by the document.
 
38
  "docty" = The type of document, such as 'Project Paper' or 'Working Paper'.
 
39
  "theme" = Comma-separated list of themes which the document pertains to.
 
40
  "docdt" = Date on which the document was published.
 
41
  "majdocty" = Document type according to main usage e.g. 'Project Documents'.
 
42
  "pdfurl" = Public URL from which the PDF version of the document can be accessed.
 
43
  "txturl" = Public URL from which the TXT version of the document can be accessed.
 
44
  "url_friendly_title" = Public parent URL at which the document is hosted.
 
45
  "projectid" = World Bank Project ID.
 
46
  "url" = Alternate parent URL at the document is hosted.
 
47
  "doc-text" = Contents of the 'txturl', above.
48
 
49
  ## Dataset Creation
 
33
  ## Dataset Structure
34
 
35
  "id" = World Bank document ID number.
36
+
37
  "admreg" = Administrative region.
38
+
39
  "count" = The country or countries covered by the document.
40
+
41
  "docty" = The type of document, such as 'Project Paper' or 'Working Paper'.
42
+
43
  "theme" = Comma-separated list of themes which the document pertains to.
44
+
45
  "docdt" = Date on which the document was published.
46
+
47
  "majdocty" = Document type according to main usage e.g. 'Project Documents'.
48
+
49
  "pdfurl" = Public URL from which the PDF version of the document can be accessed.
50
+
51
  "txturl" = Public URL from which the TXT version of the document can be accessed.
52
+
53
  "url_friendly_title" = Public parent URL at which the document is hosted.
54
+
55
  "projectid" = World Bank Project ID.
56
+
57
  "url" = Alternate parent URL at the document is hosted.
58
+
59
  "doc-text" = Contents of the 'txturl', above.
60
 
61
  ## Dataset Creation