Skip to content

Commit 0e0d548

Browse files
gshenirwedge
andauthored
Update download_analytics/time_utils.py
Co-authored-by: Roy Wedge <[email protected]>
1 parent d023546 commit 0e0d548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_analytics/time_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def drop_duplicates_by_date(df, time_column, group_by_columns):
4040
Args:
4141
df (pd.DataFrame): Input DataFrame containing the data to deduplicate.
4242
time_column (str): Name of the column containing timestamp data.
43-
group_by_column (list[str]): Name of the column to group by when determining duplicates.
43+
group_by_columns (list[str]): Name of the column to group by when determining duplicates.
4444
4545
"""
4646
df_copy = df.copy()

0 commit comments

Comments
 (0)