course-dprep / what-influences-AirBnB-prices

Estimating the effect of Hawaiian AirBnB listing characteristics, the time until the booking starts (in days) and the season on the price per night.
2 stars 4 forks source link

download prototype data set #2

Closed ana-bianca-luca closed 2 years ago

ana-bianca-luca commented 2 years ago

a script to get started downloading your first data set

download.file('http://data.insideairbnb.com/the-netherlands/north-holland/amsterdam/2022-06-05/visualisations/listings.csv', destfile = 'ams.csv')
library(tidyverse)
df <- read_csv('ams.csv')