Skip to content

Commit

Permalink
Update BODC_tables_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilrader committed Sep 20, 2024
1 parent def21e8 commit 418c9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/BODC_tables_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def execute_to_df(name: str, **vars) -> pd.DataFrame:
# BODCparameters handling
bodc_parameters_file = checkpoint_path / f'BODCparameters_{date}.csv'
if bodc_parameters_file.exists():
BODCparameters = pd.read_csv(bodc_parameters_file)
print('BODCparameters table already found, delete this version if you want to download a new one')
else:
BODCparameters = pd.DataFrame(columns=['id','pref_lang','alt','depr','member','definition','standardUnitID'])
columns_list=['id','pref_lang','alt','depr','member','definition','standardUnitID']
Expand Down

0 comments on commit 418c9dc

Please sign in to comment.