Skip to content

Commit

Permalink
trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
EdvardGarmannslund committed May 3, 2024
1 parent 74ebb7d commit e1cdb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssb_konjunk/data_formating.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def bytte_koder(
"""
df_func = df.copy()

for old, new in kode_dict.items():

df_func.loc[df_func[kolonnenavn] == old, kolonnenavn] = str(new)
Expand Down

0 comments on commit e1cdb76

Please sign in to comment.