Publications by Khyati Naik
data_prep_proj
The goal of this assignment is to give you practice in preparing different datasets for downstream analysis work. I will be using following datasets from week 6 discussion forums. Income limits data - Khyati Naik (me) Zillow Home Values - Sanielle Worrell Gun violence data - Keeno Glanville I downloaded the data from above websites and have s...
4662 sym R (35312 sym/34 pcs) 6 img
read_tables
Pick three of your favorite books on one of your favorite subjects. At least one of the books should have more than one author. For each book, include the title, authors, and two or three other attributes that you find interesting. Take the information that you’ve selected about these three books, and separately create three files which sto...
1742 sym R (3807 sym/13 pcs)
nytimes_api
The New York Times web site provides a rich set of APIs, as described here: https://developer.nytimes.com/apis You’ll need to start by signing up for an API key. Your task is to choose one of the New York Times APIs, construct an interface in R to read in the JSON data, and transform it into an R DataFrame. Read libraries library(httr) li...
736 sym R (2016 sym/5 pcs)
create_tv
In this assignment, you’ll practice collaborating around a code project with GitHub. You could consider our collective work as building out a book of examples on how to use TidyVerse functions. GitHub repository: https://github.com/acatlin/FALL2022TIDYVERSE Your task here is to Create an Example. Using one or more TidyVerse packages, and any...
2575 sym R (3544 sym/11 pcs)
reco_system
Background: Amazon is an American technology company that offers services such as e-commerce, cloud computing, and streaming. The company was founded in 1994 by Jeff Bezos and is considered the largest online marketplace in the world in terms of revenue and market capitalization, and the largest internet company in the world in terms of reven...
4885 sym
extend_tv
In this assignment, you’ll practice collaborating around a code project with GitHub. You could consider our collective work as building out a book of examples on how to use TidyVerse functions. GitHub repository: https://github.com/acatlin/FALL2022TIDYVERSE Your task here is to Extend an Existing Example. Using one of your classmate’s exam...
1801 sym R (5361 sym/14 pcs) 1 img