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