Publications by Imani Pillow
Sephora Product Beauty Rating Analysis and More
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, ...
6525 sym R (7121 sym/28 pcs) 3 img
Data For Good: Can We Trust the Numbers?
Original Article https://www.npr.org/programs/ted-radio-hour/580617765/can-we-trust-the-numbers Nia Imani Pillow May 5th, 2022 Professor Saidi Data for Good Can We Trust the Numbers? Can We Trust the Number? presented by Ted Radio Hour, is an hour-long mash-up of previous Ted Talks with data scientists, editors, mathematicians, and visual analy...
3349 sym R (1213 sym/1 pcs)
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, ...
3644 sym R (25402 sym/45 pcs) 3 img
Charm City Crimes
Load Libraries 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_co...
3098 sym R (6555 sym/30 pcs)
Project 3A
Load Tidyverse and other Libraries library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyverse) ## -- Attaching packages ------------------------------...
328 sym R (60804 sym/28 pcs) 2 img
Statistical Significance
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() -- #...
362 sym R (7783 sym/38 pcs) 9 img
Project 3B
Load Tidyverse and other Libraries library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyverse) ## -- Attaching packages ------------------------------...
349 sym R (5699 sym/32 pcs) 2 img
Data 101 2B Project - Chickens
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() -- #...
2504 sym R (4605 sym/38 pcs) 3 img
Web Scaping Tutorial
Install Packages #install.packages('rvest') 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 -------------------------...
1446 sym R (15668 sym/80 pcs) 3 img
EDA Quiz
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() -- #...
1536 sym R (9630 sym/50 pcs) 3 img