Churn Email: Day of the Week
Python Project – Churn Emails – Find Which Day of the Week the Email was sent Write a function find_email_sent_days which reads the file /datasets/project/mbox-short.txt and categorizes each mail message by which day of the week the email was sent. To do this do the following: Note: You have to…