-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Load from local CSV #12
Comments
Perhaps consider an adapter pattern here (ie QuandlSourceAdapter / CustomSourceApdapter ). It will provide extensible way of adding datasources for the library. What do you think ? |
Sorry |
open a PR with the changes requested |
df=pd.read_csv(r'C:\Users\Rohan\Desktop\ML\linear_ref_multivariate\homeprices.csv') |
Hi there,
Pls consider to load data from local CSV.
`
...
`
Check my modified version here: https://github.com/asfolcini/stocker/blob/master/stocker.py
The text was updated successfully, but these errors were encountered: