Skip to content

Deprecate data.py #71

Closed
Closed
@davidastephens

Description

@davidastephens

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions