Skip to content

Commit

Permalink
Select columns in local_time
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar committed Dec 9, 2024
1 parent 6f80707 commit 76e67a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions niimpy/preprocessing/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def set_timezone(row):
df = util.reset_groups(df)
df["timezone"] = df.apply(get_timezone, axis=1)
df = df.apply(set_timezone, axis=1)
df = util.select_columns(df, ["timezone"])
return df


Expand Down

0 comments on commit 76e67a9

Please sign in to comment.