diff --git a/scoping_review.qmd b/scoping_review.qmd index 0f23ae2..4284df9 100644 --- a/scoping_review.qmd +++ b/scoping_review.qmd @@ -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