Skip to content

Commit

Permalink
Merge pull request #145 from stat-kwon/master
Browse files Browse the repository at this point in the history
Add debug code for time diff options
  • Loading branch information
stat-kwon authored Dec 30, 2024
2 parents 0bc4f6e + f43a3dd commit 76336b3
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 76336b3

Please sign in to comment.