Publications by Imani Pillow
NBA 2008 Heatmap HW
library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.7 ## v tidyr 1.2.0 v stringr 1.4.0 ## v readr 2.1.2 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_conflicts() -- #...
199 sym R (7739 sym/11 pcs) 3 img
Treemaps HW
#Load the packages and the data from flowingdata.com website library(treemap) ## Warning in register(): Can't find generic `scale_type` in package ggplot2 to ## register S3 method. library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 ...
159 sym R (1247 sym/10 pcs) 2 img
Alluvials HW
#Load the alluvial package library(alluvial) #Load Refugee Library library(ggalluvial) ## Loading required package: ggplot2 Refugees <- Refugees write.csv(Refugees, "refugees.csv") #Create the alluvial to show UNHCR-recognised refugess in the top 10 countries from 2003-2013 ggalluv <- ggplot(Refugees, aes(x = year, y = refugees, a...
155 sym R (622 sym/5 pcs) 1 img
March Atlanta (NYC Flights)
#Load Tidyverse library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.8 ## v tidyr 1.2.0 v stringr 1.4.0 ## v readr 2.1.2 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_c...
199 sym R (6127 sym/17 pcs) 1 img
March 2013 Atlanta Arrivals
#Load Tidyverse library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.8 ## v tidyr 1.2.0 v stringr 1.4.0 ## v readr 2.1.2 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_c...
475 sym R (7337 sym/27 pcs) 2 img
Data110ProjectWk7
#Loading… library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.8 ## v tidyr 1.2.0 v stringr 1.4.0 ## v readr 2.1.2 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_confl...
2644 sym R (8158 sym/24 pcs) 1 img
EDA
library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.8 ## v tidyr 1.2.0 v stringr 1.4.0 ## v readr 2.1.2 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_conflicts() -- ...
87 sym R (1996 sym/21 pcs) 4 img
IC GGPLOT2 Data 101
library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.8 ## v tidyr 1.2.0 v stringr 1.4.0 ## v readr 2.1.2 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_conflicts() -- #...
83 sym R (1939 sym/17 pcs) 6 img
Data 101 Final Project
Topic: Sephora Beauty Website’s Rating and Product Analysis Dataset: Sephore Website Data Owner: Raghad Alharbi Source: Kaggle.com Data dictionary can be found at: https://www.kaggle.com/datasets/raghadalharbi/all-products-available-on-sephora-website The variables included in this entire data set are the following: id, brand, category, name, ...
5692 sym R (25427 sym/47 pcs) 3 img
Data 101 Final Project Outline
Nia Pillow Data 101 Outline: Final Project May 2022 Professor M. Data What data set are you planning to use? Source, URL, size, description I plan on using the Sephora Website Dataset from Kaggle. The original owner is …. She/he was able to gather all the data by scraping the Sephora Website for variables such as size, love, rating, the nu...
3881 sym