Skip to content

Commit

Permalink
implements suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
janni.roebbecke committed Jun 24, 2024
1 parent 65bf3b0 commit d2c3508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protzilla/utilities/transform_dfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from protzilla.utilities import default_intensity_column


def long_to_wide(intensity_df: pd.DataFrame, value_name: str = None):
def long_to_wide(intensity_df: pd.DataFrame, value_name: str | None = None):
"""
This function transforms the dataframe to a wide format that
can be more easily handled by packages such as sklearn.
Expand Down

0 comments on commit d2c3508

Please sign in to comment.