diff --git a/index.qmd b/index.qmd index 73a0091..7378d93 100644 --- a/index.qmd +++ b/index.qmd @@ -53,25 +53,29 @@ This is perhaps a good moment to mention that the tables and colums do *not* hav Instead, they have the column names that the author gave the columns for the full data set that he made available as a csv download, I have not changed any of them.
- A list of all column headers in the `deathrow` table. - 0|Execution|TEXT\ - 1|Date of Birth|TEXT\ - 2|Date of Offence|TEXT\ - 3|Highest Education Level|TEXT\ - 4|Last Name|TEXT\ - 5|First Name|TEXT\ - 6|TDCJ Number|TEXT\ - 7|Age at Execution|TEXT\ - 8|Date Received|TEXT\ - 9|Execution Date|TEXT\ - 10|Race|TEXT\ - 11|County|TEXT\ - 12|Eye Color|TEXT\ - 13|Weight|TEXT\ - 14|Height|TEXT\ - 15|Native County|TEXT\ - 16|Native State|TEXT\ - 17|Last Statement|TEXT\ +A list of all column headers in the `deathrow` table. + +| ID | Name | Type | +| --- | --- | --- | +| 0 | Execution | TEXT | +| 1 | Date of Birth | TEXT | +| 2 | Date of Offence | TEXT | +| 3 | Highest Education Level | TEXT | +| 4 | Last Name | TEXT | +| 5 | First Name | TEXT | +| 6 | TDCJ Number | TEXT | +| 7 | Age at Execution | TEXT | +| 8 | Date Received | TEXT | +| 9 | Execution Date | TEXT | +| 10 | Race | TEXT | +| 11 | County | TEXT | +| 12 | Eye Color | TEXT | +| 13 | Weight | TEXT | +| 14 | Height | TEXT | +| 15 | Native County | TEXT | +| 16 | Native State | TEXT | +| 17 | Last Statement | TEXT | +
Perhaps, for a future version it might be an interesting data cleaning experiment to actually change them to the same names before following the book.