BootCamp2017 icon indicating copy to clipboard operation
BootCamp2017 copied to clipboard

Resolve error importing pydataset

Open rickecon opened this issue 8 years ago • 0 comments

@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.

rickecon avatar Jun 27 '17 19:06 rickecon