Publications by R Saidi
Publish Document
Electric_Vehicle_Population Author Zijin Wang Introduction This dataset shows the Battery Electric Vehicles (BEVs) and Plug-in Hybrid Electric Vehicles (PHEVs) that are currently registered through Washington State Department of Licensing(DOL) The data was sourced from the Washington State DOL and includes various attributes of the vehicles su...
1111 sym 4 img
Final Project
Electric_Vehicle_Population Author Zijin Wang This dataset shows the Battery Electric Vehicles (BEVs) and Plug-in Hybrid Electric Vehicles (PHEVs) that are currently registered through Washington State Department of Licensing (DOL) getwd() [1] "/Users/zwang30/Downloads" library(readr) electric_vehicle_data <- read_csv("/Users/zwang30/Downloa...
296 sym Python (6470 sym/16 pcs) 1 img
Final Project
Electric_Vehicle_Population Author Zijin Wang This dataset shows the Battery Electric Vehicles (BEVs) and Plug-in Hybrid Electric Vehicles (PHEVs) that are currently registered through Washington State Department of Licensing (DOL) library(tidyverse) ── Attaching core tidyverse packages ─────────────────�...
276 sym 1 img
Depression Income
Project 2 Author Zijin Wang In this project, I explore the intriguing relationship between depression rates and income levels across various countries. The dataset, titled ‘depression_income.csv’, includes data on depression prevalence, GDP per capita, population, birth rate, and neonatal mortality rate from different countries over several...
4664 sym 1 img
Depression Income
Project 2 Author Zijin Wang library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.3 ✔ readr 2.1.4 ✔ forcats 1.0.0 ✔ stringr 1.5.0 ✔ ggplot2 3.4.4 ✔ tibble 3.2.1 ✔ lubridate 1.9.2 ✔ t...
90 sym 3 img
Healthy Cities GIS Assignment
Healthy Cities GIS Assignment Author R Saidi Load the libraries and set the working directory library(tidyverse) library(tidyr) setwd("/Users/zwang30/Downloads") cities500 <- read_csv("500CitiesLocalHealthIndicators.cdc.csv") The GeoLocation variable has (lat, long) format Split GeoLocation (lat, long) into two columns: lat and long latlong ...
1908 sym 2 img
Healthy Cities GIS Assignment
Healthy Cities GIS Assignment Author R Saidi Load the libraries and set the working directory library(tidyverse) library(tidyr) setwd("/Users/zwang30/Downloads") cities500 <- read_csv("500CitiesLocalHealthIndicators.cdc.csv") The GeoLocation variable has (lat, long) format Split GeoLocation (lat, long) into two columns: lat and long latlong ...
1906 sym 1 img
Web Scraping
Web Scraping #Loading the rvest package library('rvest') #Specifying the url for desired website to be scraped url <- 'http://www.imdb.com/search/title?count=100&release_date=2016,2016&title_type=feature' #Reading the HTML code from the website webpage <- read_html(url) Now, we'll be scraping the following data from this website. Rank: The ...
7024 sym Python (18233 sym/101 pcs) 3 img
DS Labs
DSLabs Author Zijin Wang Load necessary libraries library(dslabs) library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.3 ✔ readr 2.1.4 ✔ forcats 1.0.0 ✔ stringr 1.5.0 ✔ ggplot2 3.4.4 ✔ tibble...
893 sym Python (1300 sym/6 pcs) 1 img
DSLabs
DSLabs Author Zijin Wang Load necessary libraries library(dslabs) library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.3 ✔ readr 2.1.4 ✔ forcats 1.0.0 ✔ stringr 1.5.0 ✔ ggplot2 3.4.4 ✔ tibble...
1126 sym Python (1407 sym/7 pcs) 1 img