Skip to content

Commit

Permalink
📊 Use correct federation rename map
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed May 28, 2024
1 parent ef799dd commit 9474021
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pandas as pd

from ddj_cloud.scrapers.talsperren.common import (
FEDERATION_RENAMES,
FEDERATION_RENAMES_BREAKS,
Exporter,
)

Expand Down Expand Up @@ -41,7 +41,7 @@ def run(self, df_base: pd.DataFrame) -> pd.DataFrame:

# Rename federation names
df_map["federation_name"].replace(
FEDERATION_RENAMES,
FEDERATION_RENAMES_BREAKS,
inplace=True,
)

Expand Down

0 comments on commit 9474021

Please sign in to comment.