Publications by Pankti Dalal
MPG Assignment - Pankti Dalal
library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ stringr 1.4.0 ## ✓ readr 1.4.0 ✓ f...
3811 sym R (802 sym/11 pcs) 6 img
Airquality Homework _ Pankti Dalal
Load in Dataset library("tidyverse") ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ stringr 1.4.0 ## ✓ readr...
545 sym R (3508 sym/28 pcs) 5 img
Hate Crime Assignment_Pankti Dalal
library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ stringr 1.4.0 ## ✓ readr 1.4.0 ✓ f...
1859 sym R (22554 sym/41 pcs) 4 img
Assignment _ Create Heatmaps, Treemaps, Streamgraph and Alluvials _PD
Load packages library(treemap) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ stringr 1.4.0...
1103 sym R (21592 sym/48 pcs) 7 img
Project2_Honey Production_PD
Summary: I will be working with the dataset “Honey production in USA from 1998 - 2012”. When I read about Morgan Freeman converting his 124 acre ranch into giant honeybee sanctuary to save the bees that intrigued me to learn deeper and thus I chose this data set to see the results. While doing some research I found this website https://www.ar...
6178 sym R (5365 sym/30 pcs)
Data 101_Relational database_NYCflightdata_PD
Explore relational data from nycflights13 using the two-table verbs from dplyr. library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.1.0 ✓ dplyr ...
3031 sym R (14654 sym/50 pcs) 7 img 1 tbl
Data101_HotelsDataWrangling_PD
library(tidyverse) library(skimr) library(plyr) # From TidyTuesday: https://github.com/rfordatascience/tidytuesday/blob/master/data/2020/2020-02-11/readme.md hotels <- read_csv("https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2020/2020-02-11/hotels.csv") Exercises Exercise 1. Warm up! Take a look at an overview of the ...
3651 sym R (8206 sym/33 pcs) 5 tbl
Nations_assignment_PD
library(ggplot2) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.3 ✓ stringr 1.4.0 ## ✓ readr 1.4.0 ✓ forcats 0.5.1 ## ✓ purrr ...
348 sym R (1870 sym/13 pcs) 4 img
project1_Data 110_PD
Installing the libraries library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.3 ✓ stringr 1.4.0 ## �...
4538 sym R (9051 sym/33 pcs) 3 img
Assignment_Create your own visualization_Pankti Dalal
library(tidyverse) ## Warning in system("timedatectl", intern = TRUE): running command 'timedatectl' ## had status 1 ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.1...
322 sym R (933 sym/9 pcs) 1 img