E-commerce Orders Dataset 2026 | SCRA 已完整同步
E-commerce Orders Dataset 2026
Overview
The E-commerce Orders Dataset 2026 contains 30,000 online retail transactions designed for business intelligence, customer analytics, sales performance evaluation, and machine learning applications.
The dataset captures customer demographics, order information, product details, pricing structures, discounts, payment methods, shipping operations, customer engagement metrics, review ratings, and profitability indicators.
It provides a comprehensive view of the modern e-commerce lifecycle, enabling analysts, students, and researchers to explore customer behavior, revenue drivers, order patterns, and operational performance.
Dataset Characteristics
- 30,000 Order Records
- 41 Features
- No Missing Values
- Business Intelligence Ready
- Machine Learning Ready
- E-commerce Analytics Focused
Main Targets
High_Value_Order
Classification target indicating whether an order belongs to the highest-value segment.
Order_Amount
Regression target representing the final value of an order.
Returned
Business target indicating whether a customer returned an order.
Potential Use Cases
- Customer Segmentation
- Sales Analytics
- Customer Lifetime Value Analysis
- Product Performance Analysis
- Marketing Channel Effectiveness
- Return Prediction
- Revenue Forecasting
- E-commerce Dashboard Development
- Machine Learning Projects
- Business Intelligence Applications
Included Files
- ecommerce_orders_dataset.csv
- data_dictionary.csv
- ecommerce_orders_notebook.ipynb
- README.md
- LICENSE
License
MIT License
3 个文件
浏览文件数据集版权信息
本数据集的许可证为 MIT License。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_f68a895569 --revision 2026-06-11T06_56_56.55Z --output ./ds_ext_f68a895569
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_f68a895569 --revision 2026-06-11T06_56_56.55Z --output ./ds_ext_f68a895569
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_f68a895569 --revision 2026-06-11T06_56_56.55Z --output ./ds_ext_f68a895569 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_f68a895569 --revision 2026-06-11T06_56_56.55Z --output ./ds_ext_f68a895569 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_f68a895569 --revision 2026-06-11T06_56_56.55Z --output ./ds_ext_f68a895569 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_f68a895569 --revision 2026-06-11T06_56_56.55Z --output ./ds_ext_f68a895569 --jobs 8
完整帮助:wehub datasets download --help