---
title: enron_Email_dataset
canonical_url: "https://www.modelscope.cn/datasets/wenchy/enron_Email_dataset"
md_url: "https://www.modelscope.cn/datasets/wenchy/enron_Email_dataset.md"
repository: wenchy/enron_Email_dataset
chinese_name: "安然邮件数据集"
last_updated: 2026-08-02
license: "Apache License 2.0"
downloads: 340
stars: 0
---

# enron_Email_dataset

> enron_Email_dataset - wenchy 在 ModelScope 开源的数据集。安然邮件数据集（Enron Email Dataset）来源于安然公司财务造假案件的司法取证公开资料，经卡内基梅隆大学规范化清洗后对外开源。数据集时间跨度为 1998 年 11 月至 2002 年 6 月，囊括 150 名企业中高层共计约 50…

wenchy/enron_Email_dataset 是 ModelScope 魔搭社区上的数据集，采用 Apache License 2.0 许可。

- **Repository**: wenchy/enron_Email_dataset
- **License**: Apache License 2.0
- **Downloads**: 340
- **Stars**: 0
- **Last updated**: 2026-08-02

Source: https://www.modelscope.cn/datasets/wenchy/enron_Email_dataset

---

# Enron Email Dataset
## Dataset Overview
The Enron Email Dataset is a well-known real-world corporate email corpus sorted and cleaned by Carnegie Mellon University, derived from judicial investigation archives during Enron’s financial fraud bankruptcy case. The dataset spans November 1998 to June 2002, covering nearly 500,000 internal emails from 150 senior managers of Enron. Each record retains complete email header information (sender, recipient, CC, timestamp, subject) and plaintext email body. A labeled binary spam classification subset is derived from the original corpus with balanced ham/spam samples.

## Data Access
Dataset metadata and raw files can be checked on the **Dataset Files** page.
This dataset card uses the default template with no detailed introductory text provided by contributors. You can download the dataset via Git Clone or ModelScope SDK:

### Download Methods
#### 1. ModelScope SDK
```python
from modelscope import snapshot_download
dataset_dir = snapshot_download('{your-dataset-id}', cache_dir='./')
