Skip to content

Commit af5dcd4

Browse files
committed
t
1 parent 07e6ff5 commit af5dcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Self_Tracking/calendar_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,7 @@ def analyze_twitter_vs_time(df, work_data, hide_hours=False):
26382638
# Example usage:
26392639
# To create normal graphs with hours shown:
26402640
combined_data, waste_corr, useful_corr, work_hours_corr, work_productivity_corr = (
2641-
analyze_twitter_vs_time(df, work_data, hide_hours=False)
2641+
analyze_twitter_vs_time(df.query("start_time >= '2022-01-01'"), work_data, hide_hours=False)
26422642
)
26432643

26442644
# To create graphs for social media (without hour values):

0 commit comments

Comments
 (0)