You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried typing the code from the video in Google Colab and get this message "head: cannot open 'data/sales_data.csv' for reading: No such file or directory". In the issues, it seems that people need to download the zip and open it in VS Code. Is there a simpler way to do it? I want to use Google Colab, not VS Code. It would be helpful if we could actually download the datasets. These kinds of obstacles for beginners can be so frustrating - not being able to get past the first step (which should be simple) makes me want to give up lol.
The text was updated successfully, but these errors were encountered:
or download the zip repository and copy the file path or past it to your desired location and use
sales = pd.read_csv('C:/Users/xyz/Desktop/sales_data.csv', parse_dates= ['Date'])
I tried typing the code from the video in Google Colab and get this message "head: cannot open 'data/sales_data.csv' for reading: No such file or directory". In the issues, it seems that people need to download the zip and open it in VS Code. Is there a simpler way to do it? I want to use Google Colab, not VS Code. It would be helpful if we could actually download the datasets. These kinds of obstacles for beginners can be so frustrating - not being able to get past the first step (which should be simple) makes me want to give up lol.
The text was updated successfully, but these errors were encountered: