-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
example/regressions.py throws error #9389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like using the date_range method fixes the error. |
@tvyomkesh Thanks for looking into the examples! But apart from fixing the examples, I think we should think for a moment what we want to do with these examples. Why do we want them? What is their function? I personally never looked at these examples. And they are also quite outdated. Eg using the ols from pandas is somewhat (unofficially) deprecated for the use of statsmodels, and the finance module in matplotlib is deprecated starting from matplotlib 1.4. And to get such data, I think |
I think that these should be checked to see if they are in the docs ; if not and appropriate add any |
When I try to run
python example/regressions.py
it throws this errorThe text was updated successfully, but these errors were encountered: