This is the error message i get when i write the code;
bookings_df <- read_csv("hotel_bookings.csv")
Error: 'hotel_bookings.csv' doe
- List item
s not exist in current working directory ('/cloud/project').
This is the error message i get when i write the code;
bookings_df <- read_csv("hotel_bookings.csv")
Error: 'hotel_bookings.csv' doe
s not exist in current working directory ('/cloud/project').
As I recall from previous questions on this topic, the file may be in a folder rather than at the top level.
If it is in a folder called Week_7 then use "Week_7/hotel_bookings.csv". If the Week_7 folder is itself in a folder called Course_Data then use "Course_Data/Week_7/hotel_bookings.csv".
This topic was automatically closed 42 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.