Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to download the exercises from Lecture 1 without downloading a zip. #34

Open
vzmijewski4616 opened this issue Jan 19, 2023 · 2 comments

Comments

@vzmijewski4616
Copy link

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.

@Sarabdat
Copy link

exactly I am too facing the same issue. I want to download the file in whatever format or even compressed. Can we copy the data in csv format?

@Sarabdat
Copy link

Sarabdat commented Jan 21, 2023

@vzmijewski4616 I just found this #21
image

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'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants