Project - Churn Emails Inbox with Python

You are currently auditing this course.
1 / 10

Python Project - Churn Emails - Dataset

We have a text file which records mail activity from various individuals in an open source project development team. Below is the file location

/cxldata/datasets/project/mbox-short.txt

To see the first 15 lines of mbox-short.txt, please use below command on the console

!head -n15 /cxldata/datasets/project/mbox-short.txt

These files are in a standard format for a file containing multiple mail messages. The lines which start with "From " separate the messages and the lines which start with "From:" are part of the messages. For more information about the mbox format, please see this wikipedia article


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...