From 1e48ff1caa13f2d8d1a5149423f7e09927f763ab Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 12 Oct 2023 12:14:00 +0200 Subject: [PATCH] chore(script): Take care of all standard python imports --- scoping_review.qmd | 7 +++++++ 1 file changed, 7 insertions(+) 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