Publications by Deepa Sharma

Data607 Week 9

02.04.2022

Week 9 Assignment – Web APIs (30 points) Preparing Data (25 points) Choose one of the New York Times APIs, request API key (1 point) Construct an interface in R to read in the JSON data (14 points) Transform data to an R dataframe (10 points) Reproducibility (2 points) Using R Markdown text and headers (2 points) Workflow (2 points) Included a ...

2559 sym R (19076 sym/21 pcs)

Data606 Lab7

28.03.2022

Getting Started Load packages In this lab, we will explore and visualize the data using the tidyverse suite of packages, and perform statistical inference using infer. The data can be found in the companion package for OpenIntro resources, openintro. Let’s load the packages. library(tidyverse) library(openintro) library(infer) The data Ever...

9627 sym R (6090 sym/41 pcs) 3 img

DS606Lab 6

21.03.2022

Getting Started Load packages In this lab, we will explore and visualize the data using the tidyverse suite of packages, and perform statistical inference using infer. The data can be found in the companion package for OpenIntro resources, openintro. Let’s load the packages. library(tidyverse) ## -- Attaching packages -------------------------...

7698 sym R (7679 sym/62 pcs) 2 img

Data607HW7

20.03.2022

Introduction For this task, I created an excel file that contained data points for three books that were available on my house. Once the excel was created, I converted the file into xml using the excel developer tool and mapping it to a xml template I had created. For the Json file, I used online file converter (https://www.convertcsv.com/csv-to-...

2789 sym R (4555 sym/24 pcs)

data 607 Project 2 B

14.03.2022

I am using dataset from Moiya Josephs Moiya Josephs that has all the deaths and cases in the United States from COVID Possible Analysis: Find the state with the highest case in each year Find the state with the highest deaths in each year Find the state with the total COVID deaths Load the library first library(tidyverse) ## -- Attaching packag...

1779 sym R (6752 sym/28 pcs)

Data 607 Project 2 A

14.03.2022

I am using Dataset posted by Benson Yik Seong Toi Dataset: The Ramen rater, “THE BIG LIST,” 2021 Link: https://www.kaggle.com/residentmario/ramen-ratings This Dataset is recorded for a ramen product review. Up to date, this data is provided by 2500 reviewers and keeps updating any new ramen in the market. I will analyze the data to find the f...

2148 sym R (6173 sym/35 pcs) 1 img

Data 607 HW5

09.03.2022

Overview We were asked to analyze data from August 2021 Israeli hospitalization (“Severe Cases”) rates for people under 50 (assume “50 and under”) and over 50, for both unvaccinated and fully vaccinated populations. Questions: Do you have enough information to calculate the total population? What does this total population represent? Ca...

4553 sym R (3572 sym/24 pcs) 6 tbl

Extra credit 607

02.03.2022

Overview The data set used here is from the article “The (Very) Long Tail of Hurricane Recovery”. https://projects.fivethirtyeight.com/sandy-311/ Questions: Try to improve on the code in Diana’s approach for determining the top 5 agencies for each year, and Try to improve on her plot that shows “which agencies were involved with the...

1187 sym R (9275 sym/36 pcs)

Dharma _Data607_Assignment 3

20.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() -- #...

1680 sym R (1893 sym/23 pcs)

DSharm_607_Assignment – Loading Data into a Data Frame_Resubmission

09.02.2022

DATA 607 Week 1 Assignment - Assignment – Loading Data into a Data Frame Deepa Sharma February 9, 2022 Introduction: The data for this task is taken from fivethirtyeight dataset located @ https://data.fivethirtyeight.com/ The dataset chosen is the Coronavirus poll which is located in the below link: https://projects.fivethirtyeight.com/co...

2172 sym R (11022 sym/14 pcs) 1 img