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
Given the subpackage structure implemented by #69, data.py is really just the api, could move this to the top level so you could import directly from pandas-datareader.
ie:
instead of:
from pandas_datareader import data
data.Options('aapl','yahoo')
import pandas_datareader as pdr
pdr.Options('aapl','yahoo')
The text was updated successfully, but these errors were encountered:
Given the subpackage structure implemented by #69, data.py is really just the api, could move this to the top level so you could import directly from pandas-datareader.
ie:
instead of:
The text was updated successfully, but these errors were encountered: