chore(script): Take care of all standard python imports
This commit is contained in:
parent
aa7995b5b1
commit
1e48ff1caa
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,13 @@ subtitle: Addressing inequalities in the World of Work
|
||||||
#| echo: false
|
#| echo: false
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
data_dir=Path("./02-data")
|
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
|
# Introduction
|
||||||
|
|
Loading…
Reference in a new issue