MattScicluna / Death-Row

An analysis of Texas inmates last words. The data is pulled from the internet using BeautifulSoup and analyzed in R. Specifically we use Latent Semantic Analysis. Initially this was an assignment for a class in data engineering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Death-Row

An analysis of Texas inmates last words. I wrote this code to use in an assignment in data engineering.

To run this code:

  • Run python3 deathrowinfo.py to scrape the data from the website. This is written to "Death Row Data" Excel file.
  • Run DeathRowAnalysis.R in R to perform LSA and KMeans clustering on the resultant Excel file.

About

An analysis of Texas inmates last words. The data is pulled from the internet using BeautifulSoup and analyzed in R. Specifically we use Latent Semantic Analysis. Initially this was an assignment for a class in data engineering.


Languages

Language:R 58.7%Language:Python 41.3%