File size: 2,613 Bytes
9e68555
 
4a5b1c2
 
 
 
 
 
 
 
 
9e68555
4a5b1c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
license: apache-2.0
task_categories:
- feature-extraction
- text-classification
language:
- en
tags:
- finance
pretty_name: PDF northwind 

---


# Northwind Shipping Orders and Related Documents

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.

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.

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.


## Northwind Shipping Orders Dataset

# Overview

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.

# Dataset Details

The dataset is stored as a pdf's file and contains the following columns:

OrderID: Unique identifier for each order
Ship Name: Name of the person or company that received the order
Ship Address: Address where the order was shipped
Ship City: City where the order was shipped
Ship Region: Region where the order was shipped
Ship Postal Code: Postal code of the shipping address
Ship Country: Country where the order was shipped
Customer ID: Unique identifier for the customer who placed the order
Customer Name: Name of the customer who placed the order
Employee Name: Name of the employee who processed the order
Shipper ID: Unique identifier for the shipping company
Shipper Name: Name of the shipping company
Order Date: Date the order was placed
Shipped Date: Date the order was shipped
Product Name: Name of the product
Quantity: Number of units of the product ordered
Unit Price: Price per unit of the product
Total Price: Total price of the order

# Usage

This dataset can be used for a variety of purposes, such as:

Analyzing sales and order trends
Identifying popular products
Identifying popular shipping companies
Analyzing customer behavior
Predicting future sales and trends

# Acknowledgements

This dataset was sourced from the Northwind database, which is a sample database used by Microsoft for educational purposes.
```