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

credit_card.csv is missing #21

Open
pradod opened this issue Jul 5, 2021 · 7 comments
Open

credit_card.csv is missing #21

pradod opened this issue Jul 5, 2021 · 7 comments

Comments

@pradod
Copy link

pradod commented Jul 5, 2021

No description provided.

@aapatel09
Copy link
Owner

You need to download the file from S3. Try this using Command Prompt / Terminal within the handson-unsupervised-learning repo. You can find the full instructions here in the README: https://github.com/aapatel09/handson-unsupervised-learning

pip install awscli==1.19.28
aws s3 cp s3://handson-unsupervised-learning/datasets/ datasets --recursive --no-sign-request

@Cyberpex
Copy link

Cyberpex commented Jul 7, 2021

Thank you, this solution works. Great book! :)

@Jonathan-Nyquist
Copy link

Aha! I had the same question. Thanks for this solution.

@bodhid44
Copy link

bodhid44 commented Nov 20, 2023

Get following error on attempting download from s3:

fatal error: An error occurred (AllAccessDisabled) when calling the ListObjectsV2 operation: All access to this object has been disabled

edit: CSV data appears to be available on Kaggle

@aditipanda
Copy link

@bodhid44 Thanks, I found the dataset, but yet to run it. What about the other datasets used in other chapters?

@pradod the dataset is not accessible anymore. Can you help?

@aapatel09
Copy link
Owner

@aapatel09
Copy link
Owner

aapatel09 commented Jan 20, 2024 via email

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

6 participants