chore(script): Take care of all standard python imports

This commit is contained in:
Marty Oehme 2023-10-12 12:14:00 +02:00
parent aa7995b5b1
commit 1e48ff1caa
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -24,6 +24,13 @@ subtitle: Addressing inequalities in the World of Work
#| echo: false
from pathlib import Path
data_dir=Path("./02-data")
## standard imports
from IPython.core.display import Markdown as md
import numpy as np
import pandas as pd
import seaborn as sns
from tabulate import tabulate
```
# Introduction