Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Oct 30, 2023
1 parent 51ed3b2 commit 42ba390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion powerplantmatching/cleaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def gather_and_replace(df, mapping):
"""
Search for patterns in multiple columns and return a series of represantativ keys.
The function will return a series of unique identifyers given by the keys of the
The function will return a series of unique identifiers given by the keys of the
`mapping` dictionary. The order in the `mapping` dictionary determines which
represantativ keys are calculated first. Note that these may be overwritten by
the following mappings.
Expand Down
2 changes: 1 addition & 1 deletion powerplantmatching/heuristics.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def rescale_capacities_to_country_totals(df, fueltypes=None):
in order to match the statistics of the ENTSOe country totals. For every
country the information about the total capacity of each fueltype is given.
The scaling factor is determined by the ratio of the aggregated capacity of
the fueltype within each coutry and the ENTSOe statistics about the
the fueltype within each country and the ENTSOe statistics about the
fueltype capacity total within each country.
Parameters
Expand Down

0 comments on commit 42ba390

Please sign in to comment.