<iframe src="https://exploratory.io/viz/kanaugust/8285326595272663?embed=true" frameborder="0" width="100%" height="100%" > </iframe>
# Set libPaths.
.libPaths("/Users/kannishida/.exploratory/R/3.3")
# Load required packages.
library(janitor)
library(lubridate)
library(hms)
library(tidyr)
library(urltools)
library(stringr)
library(readr)
library(broom)
library(RcppRoll)
library(tibble)
library(dplyr)
library(exploratory)
# Data Analysis Steps
exploratory::read_delim_file("/Users/kannishida/Dropbox/Data/ca_election_reporting_results.csv" , ",", quote = "\"", skip = 2 , col_names = TRUE , na = c("","NA") , locale=locale(encoding = "ASCII", decimal_mark = "."), trim_ws = FALSE , progress = FALSE) %>%
exploratory::clean_data_frame() %>%
mutate(voter_turnout_numeric = as.numeric(voterTurnout))
We can see north western side of the state has lower voter's turnout rate.
Based on California Election Reporting Result data from California Secretary of State website (http://vote.sos.ca.gov).