Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.25 KB

Legal Data Wrangling | Claim Settlements for City of Austin

banner

Overview

This project has simple data wrangling for legal data coming from the Legal Department of the City of Austin. This includes working with regular expressions and dates.

Table of Contents

Files

  • Legal Data.R : The full R code of the wrangling and analysis.
  • Legal_Data.ipynb : Report and demonstration of the code.
  • claim_settlements_city_of_austin.csv : Dataset used for the analysis.

Dataset

The dataset has 159 records 8 variables:

  • X_id : int
  • Claim.Name : chr
  • Incident.Date : chr
  • Department : chr
  • Location.of.Incident..if.applicable. : chr
  • Amount : num
  • Category : chr
  • Disposition.Type : chr

Contact Information

If you have any questions, suggestions, or just want to connect, message me on LinkedIn 😸

License

Distributed under the MIT License