You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
importpydatasetasdata
He got the following error.
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,
@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.He got the following error.
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,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.
The text was updated successfully, but these errors were encountered: