Skip to content

Commit 3f1d590

Browse files
authored
Merge pull request #826 from githubsaturn/patch-1
Econdb and Enigma mismatch on bookmarks fixed
2 parents fdade48 + 52dd944 commit 3f1d590

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/remote_data.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ performances through the top-level function ``get_sector_performance_av``.
290290
291291
292292
293-
.. _remote_data.enigma:
293+
.. _remote_data.econdb:
294294

295295
Econdb
296296
======
@@ -311,6 +311,7 @@ for United States, is as simple as taking the ticker segment from the URL path
311311
f = web.DataReader('ticker=RGDPUS', 'econdb')
312312
f.head()
313313
314+
314315
The code snippet for exporting the whole dataset, or its filtered down subset,
315316
can be generated by using the Export -> Pandas Python3 functionality
316317
on any of the numerous datasets available,
@@ -328,8 +329,7 @@ Datasets can be located through Econdb's `search <https://www.econdb.com/search>
328329
engine, or discovered by exploring the `tree <https://www.econdb.com/tree/>`__
329330
of available statistical sources.
330331

331-
332-
.. _remote_data.econdb:
332+
.. _remote_data.enigma:
333333

334334
Enigma
335335
======

0 commit comments

Comments
 (0)