Skip to content

Commit

Permalink
added warning about removed datasets
Browse files Browse the repository at this point in the history
stefan-jansen committed Mar 8, 2022
1 parent eea1281 commit f881ea0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions data/create_datasets.ipynb
Original file line number Diff line number Diff line change
@@ -1145,6 +1145,13 @@
"The following code downloads several bond indexes from the Federal Reserve Economic Data service ([FRED](https://fred.stlouisfed.org/))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"> Warning: Unfortunately, most of this data has been [recently removed](https://news.research.stlouisfed.org/2022/01/ice-benchmark-administration-ltd-iba-data-to-be-removed-from-fred/) from the FRED service. It is not important for the examples in the book, so you can just ignore this."
]
},
{
"cell_type": "code",
"execution_count": 27,
@@ -1168,7 +1175,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
@@ -1182,7 +1189,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
"version": "3.8.12"
},
"toc": {
"base_numbering": 1,
@@ -1200,4 +1207,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit f881ea0

Please sign in to comment.