Sales Data Analysis
收藏www.kaggle.com2021-08-11 更新2025-01-08 收录
下载链接:
https://www.kaggle.com/beekiran/sales-data-analysis
下载链接
链接失效反馈官方服务:
资源简介:
# **Sales Analysis**
## About the Dataset
The dataset consists of 11 columns, each column representing an attribute of purchase on a product -
**Order ID** - A unique ID for each order placed on a product
**Product** - Item that is purchased
**Quantity Ordered** - Describes how many of that products are ordered
**Price Each** - Price of a unit of that product
**Order Date** - Date on which the order is placed
**Purchase Address** - Address to where the order is shipped
**Month, Sales, City, Hour** - Extra attributes formed from the above.
## Acknowledgements
Dataset is downloaded and compiled from KeithGalli's GitHub repository on Pandas Data Science Tasks.
You find and access the repository here - [https://github.com/KeithGalli/Pandas-Data-Science-Tasks](https://github.com/KeithGalli/Pandas-Data-Science-Tasks)
### Inspiration
A Dataset to practice basic EDA and Cleaning.
### 数据集概述
本数据集包含11个列,每一列均代表产品购买的一项属性:
**订单编号** - 每一笔产品订单的唯一标识符
**产品** - 购买的项目
**订购数量** - 描述订购该产品数量的指标
**单价** - 该产品的单位价格
**订单日期** - 订单下发的日期
**购买地址** - 订单配送的地址
**月份、销售额、城市、小时** - 由上述属性派生的额外属性。
###致谢
本数据集由KeithGalli在Pandas数据科学任务GitHub仓库中下载并汇编。您可以通过以下链接访问该仓库:[https://github.com/KeithGalli/Pandas-Data-Science-Tasks](https://github.com/KeithGalli/Pandas-Data-Science-Tasks)
###灵感来源
一个用于练习基本数据探索分析和数据清洗的数据集。
提供机构:
Kaggle
搜集汇总
数据集介绍

以上内容由遇见数据集搜集并总结生成



