WillKoehrsen / Data-Analysis

Data Science Using Python

Home Page:https://medium.com/@williamkoehrsen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stocker not found

mishra48 opened this issue · comments

when i try to use your code in pycharm it says that no module named stocker found.

It appears that u haven't installed all the necessary modules.

Had the same problem, stocker.py needs to be in the scope....

Facing the same issue - no module named stocker

You have to copy the file in your folder

You need to make sure to import Stocker in the correct directory. Make sure stocker.py is in the directory where you are running your scripts or Jupyter Notebook.