Skip to content

Commit

Permalink
fix: add debug code for time diff 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 6da757b commit f43a3dd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ def _apply_timediff(
elif self.source_type == "ASSET":
self._analyze_asset(granularity, start, end, vars)
_LOGGER.debug(f"[timediff] {self.timediff}")
_LOGGER.debug(f"[origin_df column] {origin_df.columns}")
_LOGGER.debug(f"[self.df column] {self.df.columns}")
self.df["Date"] = self.df["Date"].apply(
lambda x: self._change_date_by_timediff(x)
)
Expand Down

0 comments on commit f43a3dd

Please sign in to comment.