Publications by Daniel Craig
Project 2 - LA African American Therapists
Introduction: Daniel Craig For our week 5 discussion, we were to come forward with datasets exemplifying “untidy” data. Project 2 requires us to take 3 of the peer posted examples from Week 5, tidy the data, and then perform the analysis requested. This portion will be focusing on Kory’s African American therapists in LA and his provided...
1977 sym Python (15238 sym/13 pcs)
Project 2 - Train Casualties
Introduction: For our week 5 discussion, we were to come forward with datasets exemplifying “untidy” data. Project 2 requires us to take 3 of the peer posted examples from Week 5, tidy the data, and then perform the analysis requested. This portion will be focusing on Joe’s Train Casualties by State post. Sources: Train Casualties by Sta...
1347 sym Python (8892 sym/20 pcs) 2 img
DATA607 - Assignment 5 - Untidy Data (pivot_longer)
Let’s take a first look at what the data looks like before we clean it up. untidyData <- read_csv("https://raw.githubusercontent.com/d-ev-craig/DATA607/main/Week%205%20-%20Untidy%20Data/untidyData.csv") ## New names: ## Rows: 5 Columns: 7 ## ── Column specification ## ───────────────────────�...
908 sym 1 img
DATA607 - Project 1 - Chess Rankings, text manipulation, and cleaning
#Standard file <-("https://raw.githubusercontent.com/d-ev-craig/DATA607/main/Projects/Project1%20-%20Chess%20Rankings/chessRankings.txt") data<-readLines(file) ## Warning in readLines(file): incomplete final line found on ## 'https://raw.githubusercontent.com/d-ev-craig/DATA607/main/Projects/Project1%20-%20Chess%20Rankings/chessRankings.txt' ga...
30 sym Python (36764 sym/27 pcs)
Week 3 Character Manipulation
Intro This assignment is focused on manipulating text and characters to develop skills working with strings. The article used as a base to introduce the college majors can be found here: https://fivethirtyeight.com/features/the-economic-guide-to-picking-a-college-major/ The underlying data and github page can be found at the following respective...
2108 sym
DATA607 - Assignment 1 - Basics
Packages Tidyverse: https://www.tidyverse.org/ Introduction The following dataset was pulled from data.thirtyeightfive.com as a series of polls for House Candidates within each state. I’d like to filter out some unnecessary columns and focus primarily on State, Candidate, Dates, Sample Size,Party, and Percent to get this dataset ready for ...
1538 sym Python (6613 sym/13 pcs) 1 img