Skip to content

AhmedHamedTN/pandas-datareader

 
 

Repository files navigation

pandas-datareader

Up to date remote data access for pandas, works for multiple versions of pandas.

image

image

image

image

image

Code Health

Installation

Install via pip

$ pip install pandas-datareader

Usage

In future pandas releases (0.17+) pandas-datareader will become a dependency and using pandas.io.data will be equivalent to using pandas_datareader.data.

For now, you must replace your imports from pandas.io with pandas_datareader:

from pandas.io import data, wb # becomes
from pandas_datareader import data, wb

Many functions from the data module have been included in the top level API.

import pandas_datareader as pdr
pdr.get_data_yahoo('AAPL')

See the pandas-datareader documentation for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 89.1%
  • Python 10.9%