Skip to content

Commit b1247d1

Browse files
authored
Merge pull request #890 from sugatoray/docs/update
Alphabetically order list of supported sources in remote_data.rst file
2 parents 249b181 + 0f622a0 commit b1247d1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/source/remote_data.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@ Functions from :mod:`pandas_datareader.data` and :mod:`pandas_datareader.wb`
2727
extract data from various Internet sources into a pandas DataFrame.
2828
Currently the following sources are supported:
2929

30-
- :ref:`Tiingo<remote_data.tiingo>`
31-
- :ref:`IEX<remote_data.iex>`
3230
- :ref:`Alpha Vantage<remote_data.alphavantage>`
3331
- :ref:`Econdb<remote_data.econdb>`
3432
- :ref:`Enigma<remote_data.enigma>`
35-
- :ref:`Quandl<remote_data.quandl>`
36-
- :ref:`St.Louis FED (FRED)<remote_data.fred>`
37-
- :ref:`Kenneth French's data library<remote_data.ff>`
38-
- :ref:`World Bank<remote_data.wb>`
39-
- :ref:`OECD<remote_data.oecd>`
4033
- :ref:`Eurostat<remote_data.eurostat>`
41-
- :ref:`Thrift Savings Plan<remote_data.tsp>`
42-
- :ref:`Nasdaq Trader symbol definitions<remote_data.nasdaq_symbols>`
43-
- :ref:`Stooq<remote_data.stooq>`
34+
- :ref:`IEX<remote_data.iex>`
35+
- :ref:`Kenneth French's data library<remote_data.ff>`
4436
- :ref:`MOEX<remote_data.moex>`
37+
- :ref:`Nasdaq Trader symbol definitions<remote_data.nasdaq_symbols>`
4538
- :ref:`Naver Finance<remote_data.naver>`
39+
- :ref:`OECD<remote_data.oecd>`
40+
- :ref:`Quandl<remote_data.quandl>`
41+
- :ref:`St.Louis FED (FRED)<remote_data.fred>`
42+
- :ref:`Stooq<remote_data.stooq>`
43+
- :ref:`Thrift Savings Plan<remote_data.tsp>`
44+
- :ref:`Tiingo<remote_data.tiingo>`
45+
- :ref:`World Bank<remote_data.wb>`
4646
- :ref:`Yahoo Finance<remote_data.yahoo>`
4747

4848
It should be noted, that various sources support different kinds of data, so not all sources implement the same methods and the data elements returned might also differ.
@@ -761,4 +761,4 @@ The following endpoints are available:
761761
actions.head()
762762
763763
dividends = web.DataReader('IBM', 'yahoo-dividends', start, end)
764-
dividends.head()
764+
dividends.head()

0 commit comments

Comments
 (0)