Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ size_categories:
|
|
13 |
# Dataset Card for Dataset Name
|
14 |
|
15 |
<!-- -->
|
16 |
-
This is a superstore giant's POS information dataset. The goal is to predict sales of a given product from the dataset
|
17 |
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
|
18 |
|
19 |
## Dataset Details
|
@@ -21,44 +21,71 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
21 |
### Dataset Description
|
22 |
|
23 |
<!-- -->
|
|
|
24 |
|
|
|
|
|
25 |
|
26 |
|
27 |
-
- **Curated by:** [
|
28 |
-
- **Funded by [optional]:** [
|
29 |
-
- **Shared by [optional]:** [
|
30 |
-
- **Language(s) (NLP):** [
|
31 |
-
- **License:** [
|
32 |
|
33 |
### Dataset Sources [optional]
|
34 |
|
35 |
<!-- Provide the basic links for the dataset. -->
|
36 |
|
37 |
-
- **Repository:** [
|
38 |
- **Paper [optional]:** [More Information Needed]
|
39 |
- **Demo [optional]:** [More Information Needed]
|
40 |
|
41 |
## Uses
|
42 |
|
43 |
<!-- Address questions around how the dataset is intended to be used. -->
|
|
|
44 |
|
45 |
### Direct Use
|
46 |
|
47 |
<!-- This section describes suitable use cases for the dataset. -->
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
50 |
|
51 |
### Out-of-Scope Use
|
52 |
|
53 |
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
54 |
-
|
55 |
-
[More Information Needed]
|
56 |
|
57 |
## Dataset Structure
|
58 |
|
59 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
60 |
-
|
61 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
## Dataset Creation
|
64 |
|
@@ -71,7 +98,7 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
71 |
### Source Data
|
72 |
|
73 |
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
74 |
-
|
75 |
#### Data Collection and Processing
|
76 |
|
77 |
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
@@ -103,7 +130,7 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
103 |
#### Personal and Sensitive Information
|
104 |
|
105 |
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
106 |
-
|
107 |
[More Information Needed]
|
108 |
|
109 |
## Bias, Risks, and Limitations
|
@@ -142,8 +169,8 @@ Users should be made aware of the risks, biases and limitations of the dataset.
|
|
142 |
|
143 |
## Dataset Card Authors [optional]
|
144 |
|
145 |
-
[
|
146 |
|
147 |
## Dataset Card Contact
|
148 |
|
149 |
-
[
|
|
|
13 |
# Dataset Card for Dataset Name
|
14 |
|
15 |
<!-- -->
|
16 |
+
This is a superstore giant's POS information dataset. The goal is to predict sales and demographics of a given product from the dataset
|
17 |
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
|
18 |
|
19 |
## Dataset Details
|
|
|
21 |
### Dataset Description
|
22 |
|
23 |
<!-- -->
|
24 |
+
This dataset is to understand which products, regions, categories and customer segments the store should target or avoid.
|
25 |
|
26 |
+
Acknowledgements:
|
27 |
+
I found this dataset on Kaggle which was found on Tableau. All acknowledgements go to the person maintaining it on Kaggle and the original authors on Tableau.
|
28 |
|
29 |
|
30 |
+
- **Curated by:** [Vivek Chowdhury]
|
31 |
+
- **Funded by [optional]:** [N/A]
|
32 |
+
- **Shared by [optional]:** [N/A]
|
33 |
+
- **Language(s) (NLP):** [English]
|
34 |
+
- **License:** [GNU public license v2.0]
|
35 |
|
36 |
### Dataset Sources [optional]
|
37 |
|
38 |
<!-- Provide the basic links for the dataset. -->
|
39 |
|
40 |
+
- **Repository:** [https://www.kaggle.com/datasets/vivek468/superstore-dataset-final?resource=download]
|
41 |
- **Paper [optional]:** [More Information Needed]
|
42 |
- **Demo [optional]:** [More Information Needed]
|
43 |
|
44 |
## Uses
|
45 |
|
46 |
<!-- Address questions around how the dataset is intended to be used. -->
|
47 |
+
The data is meant to be visualised, trends observed and noted and a machine learning model applied to predict or forecast the quantity of a particular product that will be sold at a future date.
|
48 |
|
49 |
### Direct Use
|
50 |
|
51 |
<!-- This section describes suitable use cases for the dataset. -->
|
52 |
+
[1.Forecasting
|
53 |
+
-Time series analysis
|
54 |
+
2.Prediction
|
55 |
+
-Linear regression
|
56 |
+
-Logistic regression]
|
57 |
|
58 |
### Out-of-Scope Use
|
59 |
|
60 |
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
61 |
+
[Any use other than specified above.]
|
|
|
62 |
|
63 |
## Dataset Structure
|
64 |
|
65 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
66 |
+
|
67 |
+
[ Dataset contains 21 columns or features and 9k rows. Following are the column descriptions:
|
68 |
+
Row ID => Unique ID for each row.
|
69 |
+
Order ID => Unique Order ID for each Customer.
|
70 |
+
Order Date => Order Date of the product.
|
71 |
+
Ship Date => Shipping Date of the Product.
|
72 |
+
Ship Mode=> Shipping Mode specified by the Customer.
|
73 |
+
Customer ID => Unique ID to identify each Customer.
|
74 |
+
Customer Name => Name of the Customer.
|
75 |
+
Segment => The segment where the Customer belongs.
|
76 |
+
Country => Country of residence of the Customer.
|
77 |
+
City => City of residence of of the Customer.
|
78 |
+
State => State of residence of the Customer.
|
79 |
+
Postal Code => Postal Code of every Customer.
|
80 |
+
Region => Region where the Customer belong.
|
81 |
+
Product ID => Unique ID of the Product.
|
82 |
+
Category => Category of the product ordered.
|
83 |
+
Sub-Category => Sub-Category of the product ordered.
|
84 |
+
Product Name => Name of the Product
|
85 |
+
Sales => Sales of the Product.
|
86 |
+
Quantity => Quantity of the Product.
|
87 |
+
Discount => Discount provided.
|
88 |
+
Profit => Profit/Loss incurred.]
|
89 |
|
90 |
## Dataset Creation
|
91 |
|
|
|
98 |
### Source Data
|
99 |
|
100 |
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
101 |
+
This dataset was sourced from tableau and consists of real data from a Superstore Giant wanting to know how they can improve their sales strategy.
|
102 |
#### Data Collection and Processing
|
103 |
|
104 |
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
|
|
130 |
#### Personal and Sensitive Information
|
131 |
|
132 |
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
133 |
+
Dataset contains sensitive information such as names, regions and countries of residence, segmentation analysis and order id.
|
134 |
[More Information Needed]
|
135 |
|
136 |
## Bias, Risks, and Limitations
|
|
|
169 |
|
170 |
## Dataset Card Authors [optional]
|
171 |
|
172 |
+
[Anupama Jayaraman]
|
173 |
|
174 |
## Dataset Card Contact
|
175 |
|
176 |