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

Resolve error importing pydataset #7

Open
rickecon opened this issue Jun 27, 2017 · 0 comments
Open

Resolve error importing pydataset #7

rickecon opened this issue Jun 27, 2017 · 0 comments

Comments

@rickecon
Copy link
Contributor

@asheshrambachan reported that he was having the following problem in trying to complete the Pandas 3 Python lab. In the lab, you are supposed to import the pydataset library using the following command.

import pydataset as data

He got the following error.
screen shot 2017-06-27 at 1 31 21 pm
The library, pydataset apparently is not part of anaconda. However, it is very easy to download. You can use the following command from the terminal,

pip install pydataset

or you can go to the package webpage https://pypi.python.org/pypi/pydataset and download the library manually. This should allow you to import this library and to do the Pandas 3 lab.

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

1 participant