From e847f45c6654102a203b3e6a6ad9f8694bd324f9 Mon Sep 17 00:00:00 2001 From: Hazem <87850910+hazemakhalek@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:34:16 +0200 Subject: [PATCH] Update build_base_industry_totals.py --- scripts/build_base_industry_totals.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_base_industry_totals.py b/scripts/build_base_industry_totals.py index 19f9776d..cb954c54 100644 --- a/scripts/build_base_industry_totals.py +++ b/scripts/build_base_industry_totals.py @@ -110,8 +110,8 @@ def create_industry_base_totals(df): ) include_other = snakemake.params.other_industries - transaction = pd.read_csv( - "data/unsd_transactions.csv", + transaction = pd.read_csv_nafix( + snakemake.input.transactions_path, sep=";", )