Path: blob/master/lessons/lesson_12/python-notebooks-data-wrangling/Data-Extraction--Texas-Death-Row-Inmates.ipynb
1904 views
Kernel: Python 3
In [1]:
Download and parse the HTML
In [2]:
Prepare the file for writing as CSV
In [3]:
Extract data from each HTML table row and column
In [4]:
Out[4]:
Wrote 252 rows to: data/tx-death-penalty/extracted/texas-death-row.csv
In [ ]: