Baselight

Spam Mails Dataset

enron-1 folder of Spam Dataset

@kaggle.venky73_spam_mails_dataset

Loading...
Loading...

About this Dataset

Spam Mails Dataset

This dataset is collected from here. I just used enron1 folder. It contains two folders of spam and ham. Each folder contains emails. I iterated to each text file of those folders and created a dataframe and written to a csv file. This can be helpful for others.

Tables

Spam Ham Dataset

@kaggle.venky73_spam_mails_dataset.spam_ham_dataset
  • 2.99 MB
  • 5171 rows
  • 4 columns
Loading...

CREATE TABLE spam_ham_dataset (
  "unnamed_0" BIGINT,
  "label" VARCHAR,
  "text" VARCHAR,
  "label_num" BIGINT
);

Share link

Anyone who has the link will be able to view this.