-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #464 from bashtage/extend-docs
DOC: Add doc pages for specific connectors
- Loading branch information
Showing
24 changed files
with
263 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ Contents: | |
remote_data.rst | ||
cache.rst | ||
see-also.rst | ||
readers/index | ||
|
||
|
||
Indices and tables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Bank of Canada | ||
-------------- | ||
|
||
.. py:module:: pandas_datareader.bankofcanada | ||
.. autoclass:: BankOfCanadaReader | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Engima | ||
------ | ||
|
||
.. py:module:: pandas_datareader.enigma | ||
.. autoclass:: EnigmaReader | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Eurostat | ||
-------- | ||
|
||
.. py:module:: pandas_datareader.eurostat | ||
.. autoclass:: EurostatReader | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Fama-French Data (Ken French's Data Library) | ||
-------------------------------------------- | ||
|
||
.. py:module:: pandas_datareader.famafrench | ||
.. autoclass:: FamaFrenchReader | ||
:members: | ||
:inherited-members: | ||
|
||
.. autofunction:: get_available_datasets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Federal Reserve Economic Data (FRED) | ||
------------------------------------ | ||
|
||
.. py:module:: pandas_datareader.fred | ||
.. autoclass:: FredReader | ||
:members: | ||
:inherited-members: read | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
The Investors Exchange (IEX) | ||
---------------------------- | ||
|
||
.. py:module:: pandas_datareader.iex.market | ||
.. autoclass:: MarketReader | ||
:members: | ||
:inherited-members: | ||
|
||
.. py:module:: pandas_datareader.iex.ref | ||
.. autoclass:: SymbolsReader | ||
:members: | ||
:inherited-members: | ||
|
||
.. py:module:: pandas_datareader.iex.stats | ||
.. autoclass:: DailySummaryReader | ||
:members: | ||
:inherited-members: | ||
|
||
.. autoclass:: MonthlySummaryReader | ||
:members: | ||
:inherited-members: | ||
|
||
.. autoclass:: RecordsReader | ||
:members: | ||
:inherited-members: | ||
|
||
.. autoclass:: RecentReader | ||
:members: | ||
:inherited-members: | ||
|
||
.. py:module:: pandas_datareader.iex.deep | ||
.. autoclass:: Deep | ||
:members: | ||
:inherited-members: | ||
|
||
.. py:module:: pandas_datareader.iex.tops | ||
.. autoclass:: TopsReader | ||
:members: | ||
:inherited-members: | ||
|
||
.. autoclass:: LastReader | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Data Readers | ||
------------ | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
fred | ||
famafrench | ||
bank-of-canada | ||
enigma | ||
eurostat | ||
iex | ||
moex | ||
nasdaq-trader | ||
oecd | ||
quandl | ||
stooq | ||
tsp | ||
world-bank |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Moscow Exchange (MOEX) | ||
---------------------- | ||
|
||
.. py:module:: pandas_datareader.moex | ||
.. autoclass:: MoexReader | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
NASDAQ | ||
------ | ||
|
||
.. py:module:: pandas_datareader.nasdaq_trader | ||
.. autofunction:: get_nasdaq_symbols |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Organisation for Economic Co-operation and Development (OECD) | ||
------------------------------------------------------------- | ||
|
||
.. py:module:: pandas_datareader.oecd | ||
.. autoclass:: OECDReader | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Quandl | ||
------ | ||
|
||
.. py:module:: pandas_datareader.quandl | ||
.. autoclass:: QuandlReader | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Stooq.com | ||
--------- | ||
|
||
.. py:module:: pandas_datareader.stooq | ||
.. autoclass:: StooqDailyReader | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Thrift Savings Plan (TSP) | ||
------------------------- | ||
|
||
.. py:module:: pandas_datareader.tsp | ||
.. autoclass:: TSPReader | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
World Bank | ||
---------- | ||
|
||
.. py:module:: pandas_datareader.wb | ||
.. autoclass:: WorldBankReader | ||
:members: | ||
:inherited-members: | ||
|
||
.. autofunction:: download | ||
|
||
.. autofunction:: get_countries | ||
|
||
.. autofunction:: get_indicators | ||
|
||
.. autofunction:: search |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.