mysocratesnote commited on
Commit
bb920bf
·
verified ·
1 Parent(s): 19f2a5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -6
README.md CHANGED
@@ -32,12 +32,28 @@ This dataset contains extracted text from the JFK assassination records released
32
 
33
  The dataset is structured with the following columns:
34
 
35
- | Column | Description |
36
- |----------|-----------------------------------------------------------------------------|
37
- | `year` | The release year of the document (e.g., 2017, 2018, 2021, 2022, 2023, 2025) |
38
- | `path` | The relative path to the file, mirroring the archives.gov structure (e.g., `/releases/2022`) |
39
- | `filename` | The original filename (e.g., `docid-32244106.md`) |
40
- | `content` | The full text content of the document |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  ## Path Organization
43
 
 
32
 
33
  The dataset is structured with the following columns:
34
 
35
+ | Column | Description |
36
+ |------------|----------------------------------------------------------------------------------------------|
37
+ | `year` | The release year of the document (e.g., 2017, 2018, 2021, 2022, 2023, 2025) |
38
+ | `path` | The relative path to the file, mirroring the archives.gov structure (e.g., `/releases/2022`) |
39
+ | `filename` | The original filename (e.g., `docid-32244106.md`) |
40
+ | `record_number` | NARA record number |
41
+ | `nara_release_date` | NARA release date |
42
+ | `formerly_withheld` | NARA formerly withheld reason |
43
+ | `agency` | Agency |
44
+ | `document_date` | Document date |
45
+ | `document_type` | Document type |
46
+ | `file_number` | NARA file number |
47
+ | `to_name` | To name |
48
+ | `from_name` | From name |
49
+ | `title` | Title |
50
+ | `number_of_pages` | Document number of pages |
51
+ | `originator` | Originator |
52
+ | `record_series` | Record series |
53
+ | `review_date` | NARA review date |
54
+ | `comments` | Comments |
55
+ | `pages_released`| Pages released |
56
+ | `content` | The full text content of the document |
57
 
58
  ## Path Organization
59