Skip to content

Econdb and Enigma mismatch on bookmarks fixed #826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/remote_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ performances through the top-level function ``get_sector_performance_av``.



.. _remote_data.enigma:
.. _remote_data.econdb:

Econdb
======
Expand All @@ -311,6 +311,7 @@ for United States, is as simple as taking the ticker segment from the URL path
f = web.DataReader('ticker=RGDPUS', 'econdb')
f.head()


The code snippet for exporting the whole dataset, or its filtered down subset,
can be generated by using the Export -> Pandas Python3 functionality
on any of the numerous datasets available,
Expand All @@ -328,8 +329,7 @@ Datasets can be located through Econdb's `search <https://www.econdb.com/search>
engine, or discovered by exploring the `tree <https://www.econdb.com/tree/>`__
of available statistical sources.


.. _remote_data.econdb:
.. _remote_data.enigma:

Enigma
======
Expand Down