Spam Mails Dataset
enron-1 folder of Spam Dataset
@kaggle.venky73_spam_mails_dataset
enron-1 folder of Spam Dataset
@kaggle.venky73_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.
CREATE TABLE spam_ham_dataset (
"unnamed_0" BIGINT -- Unnamed: 0,
"label" VARCHAR,
"text" VARCHAR,
"label_num" BIGINT
);Anyone who has the link will be able to view this.