The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    FileNotFoundError
Message:      Couldn't find a dataset script at /src/services/worker/AyoubChLin/northwind_invocies/northwind_invocies.py or any data file in the same directory. Couldn't find 'AyoubChLin/northwind_invocies' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in AyoubChLin/northwind_invocies. 
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 55, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1508, in dataset_module_factory
                  raise FileNotFoundError(
              FileNotFoundError: Couldn't find a dataset script at /src/services/worker/AyoubChLin/northwind_invocies/northwind_invocies.py or any data file in the same directory. Couldn't find 'AyoubChLin/northwind_invocies' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in AyoubChLin/northwind_invocies.

Need help to make the dataset viewer work? Open a discussion for direct support.

Northwind Invoices and Related Documents

This dataset contains a collection of invoices and related documents from the Northwind database, a sample database used by Microsoft for demonstrating database functionalities.

The invoices include information about the customer, the salesperson, the order date, order ID, product IDs, product names, quantities, unit prices, and total prices. The related documents include shipping documents and stock documents.

This dataset was created by CHERGUELAINE Ayoub & BOUBEKRI Faycal for the purpose of classifying company documents. It can be used for document classification and other NLP tasks.

Northwind Invoices

This dataset contains a collection of invoices generated from the Northwind database, a sample database that represents a fictional food trading company.

The dataset includes invoice information such as the invoice number, customer name, invoice date, product names, quantities, unit prices, and total prices. The data spans over a period of several years and contains information about customers from various countries.

Data

The dataset contains 2144 rows and 9 columns. The columns are as follows:

Customer Name: The name of the customer who made the purchase. Salesperson Name: The name of the salesperson who generated the invoice. Order Date: The date the order was placed. Order ID: The unique ID of the order. ProductID: The unique ID of the product. Products: The name of the product. Quantities: The quantity of the product ordered. UnitPrice: The unit price of the product. Total Price: The total price of the product ordered.

Acknowledgements

The Northwind database was originally created by Microsoft for use in its Access and SQL Server software, and has been widely used as a sample database for educational and demonstration purposes. This dataset was extracted from the database and made available in CSV format for research purposes.

Citation

If you use this dataset in your research, please cite it as follows:

@misc{northwind_invoices,
  authors = {CHERGUELAINE Ayoub , BOUBEKRI Faycal},
  title = {Northwind Invoices},
  year = {2023},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/AyoubChLin/north_wind_invoices},
}
Downloads last month
0
Edit dataset card