Add dataset to kaggle notebook

Hi,
This is my R code:#loading the necessary libraries

library(tidyverse)
library(ggplot2)

importing the data
hotel_bookings <- read.csv("hotel_bookings.csv")

However when i run this code the notebook cannot find the dataset. The dataset is in this link: Hotel Booking | Kaggle. how do i add this dataset so that i can run the above codes without any issues. Also how should i mention the owner of the code in my notebook

Manually download the data to your project folder.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.