Publications by Imani Pillow

NBA 2008 Heatmap HW

25.02.2022

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

25.02.2022

#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

28.02.2022

#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)

02.03.2022

#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

06.03.2022

#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

23.03.2022

#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

30.03.2022

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

07.04.2022

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

16.05.2022

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

15.05.2022

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