AyoubChLin commited on
Commit
4a5b1c2
1 Parent(s): 4f2e54c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,3 +1,66 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - feature-extraction
5
+ - text-classification
6
+ language:
7
+ - en
8
+ tags:
9
+ - finance
10
+ pretty_name: PDF northwind
11
+
12
  ---
13
+
14
+
15
+ # Northwind Shipping Orders and Related Documents
16
+
17
+ This dataset contains a collection of Shipping Orders and related documents from the Northwind database, a sample database used by Microsoft for demonstrating database functionalities.
18
+
19
+ The Shipping Orders include information about the ship name, Address , Region, postal code ,country, customer ,employee shipped date product names, quantities, unit prices, and total prices. The related documents include shipping documents and stock documents.
20
+
21
+ This dataset was created by [CHERGUELAINE Ayoub](https://www.linkedin.com/in/ayoub-cherguelaine/) & [BOUBEKRI Faycal](https://www.linkedin.com/in/faycal-boubekri-832848199/) for the purpose of classifying company documents. It can be used for document classification and other NLP tasks.
22
+
23
+
24
+ ## Northwind Shipping Orders Dataset
25
+
26
+ # Overview
27
+
28
+ The Northwind Shipping Orders dataset contains data on shipping orders from the Northwind database. It includes information such as order ID, shipping details, customer information, employee information, shipper information, order dates, and product information.
29
+
30
+ # Dataset Details
31
+
32
+ The dataset is stored as a pdf's file and contains the following columns:
33
+
34
+ OrderID: Unique identifier for each order
35
+ Ship Name: Name of the person or company that received the order
36
+ Ship Address: Address where the order was shipped
37
+ Ship City: City where the order was shipped
38
+ Ship Region: Region where the order was shipped
39
+ Ship Postal Code: Postal code of the shipping address
40
+ Ship Country: Country where the order was shipped
41
+ Customer ID: Unique identifier for the customer who placed the order
42
+ Customer Name: Name of the customer who placed the order
43
+ Employee Name: Name of the employee who processed the order
44
+ Shipper ID: Unique identifier for the shipping company
45
+ Shipper Name: Name of the shipping company
46
+ Order Date: Date the order was placed
47
+ Shipped Date: Date the order was shipped
48
+ Product Name: Name of the product
49
+ Quantity: Number of units of the product ordered
50
+ Unit Price: Price per unit of the product
51
+ Total Price: Total price of the order
52
+
53
+ # Usage
54
+
55
+ This dataset can be used for a variety of purposes, such as:
56
+
57
+ Analyzing sales and order trends
58
+ Identifying popular products
59
+ Identifying popular shipping companies
60
+ Analyzing customer behavior
61
+ Predicting future sales and trends
62
+
63
+ # Acknowledgements
64
+
65
+ This dataset was sourced from the Northwind database, which is a sample database used by Microsoft for educational purposes.
66
+ ```