Skip to content

Commit

Permalink
fix: apply renaming logic for timediff options
Browse files Browse the repository at this point in the history
Signed-off-by: seolmin <seolmin@megazone.com>
  • Loading branch information
stat-kwon committed Dec 30, 2024
1 parent 314db31 commit 908d6b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def _apply_timediff(
self.df["Date"] = self.df["Date"].apply(
lambda x: self._change_date_by_timediff(x)
)
self.df.rename(columns={self.data_name: self.timediff_data_name}, inplace=True)

origin_label_keys = [
column for column in origin_df.columns if column != self.data_name
Expand Down

0 comments on commit 908d6b2

Please sign in to comment.