Closed
Description
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')
Metadata
Metadata
Assignees
Labels
No labels