Write in R Please and thank you. The double parantheses indicate the part of the problem that needs to be answered, in other words the code that I need. I was not able to provide the airbnb.csv but hopefully all the other info provided is enough to write the code needed.

COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
1st Edition
ISBN:9780357392676
Author:FREUND, Steven
Publisher:FREUND, Steven
Chapter8: Working With Trendlines, Pivottables, Pivotcharts, And Slicers
Section: Chapter Questions
Problem 12AYK
icon
Related questions
Question

library(readr)
airbnb <- read_csv("airbnb.csv")
##
## -- Column specification --------------------------------------------------------
## cols(
## id = col_double(),
## name = col_character(),
## host_id = col_double(),
## host_name = col_character(),
## neighbourhood_group = col_character(),
## neighbourhood = col_character(),
## latitude = col_double(),
## longitude = col_double(),
## room_type = col_character(),
## price = col_double(),
## minimum_nights = col_double(),
## number_of_reviews = col_double(),
2
## last_review = col_date(format = ""),
## reviews_per_month = col_double(),
## calculated_host_listings_count = col_double(),
## availability_365 = col_double()
## )
colnames(airbnb)
## [1] "id" "name"
## [3] "host_id" "host_name"
## [5] "neighbourhood_group" "neighbourhood"
## [7] "latitude" "longitude"
## [9] "room_type" "price"
## [11] "minimum_nights" "number_of_reviews"
## [13] "last_review" "reviews_per_month"
## [15] "calculated_host_listings_count" "availability_365"
((Using a for loop and conditional statements, count the number of AirBnbs that are in a particular neighborhood (i.e., Bronx and Queens) neighborhoods.))

neighborhoods <- levels(as.factor(airbnb$neighbourhood_group))
neighborhoods
## [1] "Bronx" "Brooklyn" "Manhattan" "Queens"
## [5] "Staten Island"

colSums(is.na(airbnb))

## id name
## 0 16
## host_id host_name
## 0 21
## neighbourhood_group neighbourhood
## 0 0
## latitude longitude
## 0 0
## room_type price
## 0 0
## minimum_nights number_of_reviews
## 0 0
## last_review reviews_per_month
## 10052 10052
## calculated_host_listings_count availability_365
## 0 0
((Write a loop to print the rows that include NAs in the variable, reviews_per_month.))

Special Note:

Write in R Please and thank you. The double parantheses indicate the part of the problem that needs to be answered, in other words the code that I need. I was not able to provide the airbnb.csv but hopefully all the other info provided is enough to write the code needed. 

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Multiple table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
CMPTR
CMPTR
Computer Science
ISBN:
9781337681872
Author:
PINARD
Publisher:
Cengage