You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/remote_data.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,10 +203,12 @@ Enigma
203
203
======
204
204
205
205
Access datasets from `Enigma <https://public.enigma.com>`__,
206
-
the world's largest repository of structured public data.
206
+
the world's largest repository of structured public data. Note that the Enigma
207
+
URL has changed from `app.enigma.io <https://app.enigma.io>`__ as of release
208
+
``0.6.0``, as the old API deprecated.
207
209
208
210
Datasets are unique identified by the ``uuid4`` at the end of a dataset's web address.
209
-
For example, the following code downloads USDA Food Recall Data from https://public.enigma.com/datasets/292129b0-1275-44c8-a6a3-2a0881f24fe1.
211
+
For example, the following code downloads from `USDA Food Recalls 1996 Data <https://public.enigma.com/datasets/292129b0-1275-44c8-a6a3-2a0881f24fe1>`__.
0 commit comments