Skip to content

Commit

Permalink
Update build_base_industry_totals.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemakhalek authored Jul 19, 2024
1 parent b0cee2a commit e847f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_base_industry_totals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=";",
)

Expand Down

0 comments on commit e847f45

Please sign in to comment.