Streamline slides

This commit is contained in:
Alexander Hess 2020-10-16 00:28:15 +02:00
parent 57f615a332
commit 68fe189d89
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 10 additions and 2 deletions

View file

@ -1180,7 +1180,11 @@
{
"cell_type": "code",
"execution_count": 35,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"outputs": [],
"source": [
"from fractions import Fraction"

View file

@ -24,7 +24,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"In this appendix, we look at the `Decimal` and `Fraction` types that can be used as replacements for the built-in `float` type mitigating its imprecision. The content is put in an appendix as the data science practitioner can live without knowing about it for quite some time. Eventually, when working with financial data, for example, knowing how to not use the `float` type in a bad way pays off."
]