Skip to content

Commit

Permalink
Merge pull request #143 from stat-kwon/master
Browse files Browse the repository at this point in the history
Apply renaming logic for time diff options
  • Loading branch information
stat-kwon authored Dec 30, 2024
2 parents 314db31 + 908d6b2 commit 360c390
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 360c390

Please sign in to comment.