Took me an hour to resolve the datareader installation issue but your code ran like a charm. Thank you man, you are a life saver. God bless
dude,literally 3 years ago,you were doing this.Thanks from all python enthusiasts.Great job.
THANK YOU on behalf of all students looking at Python going "AAH"
Boss: WE'RE LOSING MONEY, JIM! YOU'RE ALGO ISN'T WORKING!!! Jim: But do the graphs look good though? Boss: Damn, they do look good. Carry on.
This is pure gold... Saves so much time and energy than a CS/business degree. Thank you.
6 sentdex videos at once? Holy cow there goes my evening!
thanks a lot Edward Snowden!
This is exactly y I am learning python. I'm not at the level yet to dive into this video but I'll be back in a few days. Thank you so much for this.
Anybody who has the datareader module not found error: 1. Go to File> Settings> Project :your_project_name > Project Interpreter 2. Now click the “Green plus sign” in the upper right corner. 3.Type the name of the module you wanna download 4. Click button “install package”. Then chillax J wait for the package to install(may take 30-60 seconds or so). I'm using Pycharm btw (This works for every module)
Edits: import pandas_datareader as web df = web.get_data_yahoo('GOOG', start, end)
Took this course and just sold my own algorithm to BoA for $10 million yesterday Morning. Thanks for helping me take the first step.
I'm doing this July 2019, using Pycharm and Python 3.7, and had to make some modifications. 1) pip uninstall pandas 2) pip install "pandas<0.25.0" (Fixes String IO Import error from .compat) 3) remove the .data so it should be just import pandas_datareader as web (Fixes missing attribute from datareader)
thank you very much sentdex your tutorials change my life to the better.
Don’t know how I took so long to find your channel but thank you! Along with Corey Schafer I’m learning so much faster!
"Tesla ... has never had a stock split ...YET" @ 8:50 He predicted the 5 for 1 TSLA stock split, guys.
I had to change the datareader to: web.DataReader("NASDAQ:TSLA", 'google', start, end) instead, as yahoo was not giving me info ( RemoteDataError: Unable to read URL: ... )
Hey there Harrison! I have been following you for a good while now and i just wanted to let you know that i appreciate you a whole ton of alot! You have a gift for teaching! Thank you for sharing it with us all!
In case you are wondering, Edward Snowden is using idle3. Type idle3 in your terminal and it should open it. Then go to file and open. That should get you to a similar screen as him.
Alright , now lets begin python tuts for finance. Lets do it SENTDEX !!!! ive got my books and ur vids ready , my body and soul is ready lets get on it !!!
@sentdex