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
I suspect this is a naive suggestion, but here's the issue. I'm teaching a course to newbies (data + python) that uses the datareader a lot. We started with Anaconda, which includes pandas, then installed datareader with conda.
It didn't work because we didn't have html5lib installed. Which was easy to fix once we figured it out. But would it make sense to add a check? The code already gives a message referring to html5lib, but it's buried in the traceback. There are probably similar dependencies elsewhere that might get similar treatment.
The context here is that this is a terrific tool and I can see it used by lots of people, including many who are not experienced coders.
Specifics. This refers to the Yahoo options module.
I suspect this is a naive suggestion, but here's the issue. I'm teaching a course to newbies (data + python) that uses the datareader a lot. We started with Anaconda, which includes pandas, then installed datareader with conda.
It didn't work because we didn't have html5lib installed. Which was easy to fix once we figured it out. But would it make sense to add a check? The code already gives a message referring to html5lib, but it's buried in the traceback. There are probably similar dependencies elsewhere that might get similar treatment.
The context here is that this is a terrific tool and I can see it used by lots of people, including many who are not experienced coders.
Specifics. This refers to the Yahoo options module.
The text was updated successfully, but these errors were encountered: