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

Issue with EDA cell for dataset loading #209

Closed
mukul74 opened this issue Aug 18, 2022 · 1 comment
Closed

Issue with EDA cell for dataset loading #209

mukul74 opened this issue Aug 18, 2022 · 1 comment

Comments

@mukul74
Copy link

mukul74 commented Aug 18, 2022

Load projects

url = "https://raw.githubusercontent.com/GokuMohandas/Made-With-ML/main/datasets/projects.json"
projects = json.loads(urlopen(url).read())
print (f"{len(projects)} projects")
print (json.dumps(projects[0], indent=2))

This cell will lead to 404 error(as the .json file is no longer in the directory, .csv file format replaces .json file).

@mukul74 mukul74 changed the title Modification of EDA cell for dataset loading Issue with EDA cell for dataset loading Aug 18, 2022
@GokuMohandas
Copy link
Owner

GokuMohandas commented Aug 18, 2022

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