Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
dataset: string
prepared_by: string
record_count: int64
format: string
intended_use: list<item: string>
child 0, item: string
note: string
source_file: string
license: string
category: string
instruction: string
input: string
output: string
to
{'instruction': Value('string'), 'input': Value('string'), 'output': Value('string'), 'category': Value('string'), 'source_file': Value('string'), 'license': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
dataset: string
prepared_by: string
record_count: int64
format: string
intended_use: list<item: string>
child 0, item: string
note: string
source_file: string
license: string
category: string
instruction: string
input: string
output: string
to
{'instruction': Value('string'), 'input': Value('string'), 'output': Value('string'), 'category': Value('string'), 'source_file': Value('string'), 'license': Value('string')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
instruction string | input string | output string | category string | source_file string | license string |
|---|---|---|---|---|---|
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000001", "date": "2025-11-24", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "372.33", "credit": "0", "currency": "USD", "department": "Sales", "entity": "Greenfield Retail Co.", "memo": "Customer invoice", "source_document": "INV-000001", "sourc... | This ledger line records Customer invoice for Greenfield Retail Co.. The account affected is Accounts Receivable (Asset). Debit is 372.33 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000001", "date": "2025-11-24", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "354.6", "currency": "USD", "department": "Marketing", "entity": "Greenfield Retail Co.", "memo": "Sales revenue", "source_document": "INV-000001", "s... | This ledger line records Sales revenue for Greenfield Retail Co.. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 354.6 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000001", "date": "2025-11-24", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "17.73", "currency": "USD", "department": "Sales", "entity": "Greenfield Retail Co.", "memo": "Sales tax on invoice", "source_document": "INV-000001", "... | This ledger line records Sales tax on invoice for Greenfield Retail Co.. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 17.73 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000002", "date": "2025-10-30", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "418.12", "credit": "0", "currency": "USD", "department": "Marketing", "entity": "UrbanStyle Commerce", "memo": "Customer invoice", "source_document": "INV-000002", "sou... | This ledger line records Customer invoice for UrbanStyle Commerce. The account affected is Accounts Receivable (Asset). Debit is 418.12 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000002", "date": "2025-10-30", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "418.12", "currency": "USD", "department": "Operations", "entity": "UrbanStyle Commerce", "memo": "Sales revenue", "source_document": "INV-000002", "s... | This ledger line records Sales revenue for UrbanStyle Commerce. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 418.12 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000003", "date": "2025-11-29", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "2362.75", "credit": "0", "currency": "USD", "department": "Admin", "entity": "UrbanStyle Commerce", "memo": "Customer invoice", "source_document": "INV-000003", "source... | This ledger line records Customer invoice for UrbanStyle Commerce. The account affected is Accounts Receivable (Asset). Debit is 2362.75 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000003", "date": "2025-11-29", "account_code": "4100", "account_name": "Service revenue", "account_type": "Revenue", "debit": "0", "credit": "2187.73", "currency": "USD", "department": "Finance", "entity": "UrbanStyle Commerce", "memo": "Sales revenue", "source_document": "INV-000003", "source": ... | This ledger line records Sales revenue for UrbanStyle Commerce. The account affected is Service revenue (Revenue). Debit is 0 USD and credit is 2187.73 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000003", "date": "2025-11-29", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "175.02", "currency": "USD", "department": "Finance", "entity": "UrbanStyle Commerce", "memo": "Sales tax on invoice", "source_document": "INV-000003", ... | This ledger line records Sales tax on invoice for UrbanStyle Commerce. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 175.02 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000004", "date": "2025-03-21", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "9553.59", "credit": "0", "currency": "USD", "department": "Sales", "entity": "Orion Digital Group", "memo": "Customer invoice", "source_document": "INV-000004", "source... | This ledger line records Customer invoice for Orion Digital Group. The account affected is Accounts Receivable (Asset). Debit is 9553.59 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000004", "date": "2025-03-21", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "9098.66", "currency": "USD", "department": "Finance", "entity": "Orion Digital Group", "memo": "Sales revenue", "source_document": "INV-000004", "sou... | This ledger line records Sales revenue for Orion Digital Group. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 9098.66 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000004", "date": "2025-03-21", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "454.93", "currency": "USD", "department": "Finance", "entity": "Orion Digital Group", "memo": "Sales tax on invoice", "source_document": "INV-000004", ... | This ledger line records Sales tax on invoice for Orion Digital Group. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 454.93 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000005", "date": "2025-11-06", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "8306.13", "credit": "0", "currency": "USD", "department": "Admin", "entity": "Pacific Market Hub", "memo": "Customer invoice", "source_document": "INV-000005", "source"... | This ledger line records Customer invoice for Pacific Market Hub. The account affected is Accounts Receivable (Asset). Debit is 8306.13 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000005", "date": "2025-11-06", "account_code": "4100", "account_name": "Service revenue", "account_type": "Revenue", "debit": "0", "credit": "7690.86", "currency": "USD", "department": "Sales", "entity": "Pacific Market Hub", "memo": "Sales revenue", "source_document": "INV-000005", "source": "Sy... | This ledger line records Sales revenue for Pacific Market Hub. The account affected is Service revenue (Revenue). Debit is 0 USD and credit is 7690.86 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000005", "date": "2025-11-06", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "615.27", "currency": "USD", "department": "Marketing", "entity": "Pacific Market Hub", "memo": "Sales tax on invoice", "source_document": "INV-000005",... | This ledger line records Sales tax on invoice for Pacific Market Hub. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 615.27 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000006", "date": "2025-05-31", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "5978.4", "credit": "0", "currency": "USD", "department": "Finance", "entity": "Summit Health Supplies", "memo": "Customer invoice", "source_document": "INV-000006", "so... | This ledger line records Customer invoice for Summit Health Supplies. The account affected is Accounts Receivable (Asset). Debit is 5978.4 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000006", "date": "2025-05-31", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "5535.56", "currency": "USD", "department": "Sales", "entity": "Summit Health Supplies", "memo": "Sales revenue", "source_document": "INV-000006", "so... | This ledger line records Sales revenue for Summit Health Supplies. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 5535.56 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000006", "date": "2025-05-31", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "442.84", "currency": "USD", "department": "Operations", "entity": "Summit Health Supplies", "memo": "Sales tax on invoice", "source_document": "INV-000... | This ledger line records Sales tax on invoice for Summit Health Supplies. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 442.84 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000007", "date": "2025-02-21", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "2945.58", "credit": "0", "currency": "USD", "department": "Finance", "entity": "UrbanStyle Commerce", "memo": "Customer invoice", "source_document": "INV-000007", "sour... | This ledger line records Customer invoice for UrbanStyle Commerce. The account affected is Accounts Receivable (Asset). Debit is 2945.58 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000007", "date": "2025-02-21", "account_code": "4100", "account_name": "Service revenue", "account_type": "Revenue", "debit": "0", "credit": "2727.39", "currency": "USD", "department": "Operations", "entity": "UrbanStyle Commerce", "memo": "Sales revenue", "source_document": "INV-000007", "source... | This ledger line records Sales revenue for UrbanStyle Commerce. The account affected is Service revenue (Revenue). Debit is 0 USD and credit is 2727.39 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000007", "date": "2025-02-21", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "218.19", "currency": "USD", "department": "Finance", "entity": "UrbanStyle Commerce", "memo": "Sales tax on invoice", "source_document": "INV-000007", ... | This ledger line records Sales tax on invoice for UrbanStyle Commerce. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 218.19 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000008", "date": "2025-12-26", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "5833.65", "credit": "0", "currency": "USD", "department": "Admin", "entity": "Greenfield Retail Co.", "memo": "Customer invoice", "source_document": "INV-000008", "sour... | This ledger line records Customer invoice for Greenfield Retail Co.. The account affected is Accounts Receivable (Asset). Debit is 5833.65 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000008", "date": "2025-12-26", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "5833.65", "currency": "USD", "department": "Finance", "entity": "Greenfield Retail Co.", "memo": "Sales revenue", "source_document": "INV-000008", "s... | This ledger line records Sales revenue for Greenfield Retail Co.. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 5833.65 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000009", "date": "2025-11-24", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "6541.68", "credit": "0", "currency": "USD", "department": "Admin", "entity": "Orion Digital Group", "memo": "Customer invoice", "source_document": "INV-000009", "source... | This ledger line records Customer invoice for Orion Digital Group. The account affected is Accounts Receivable (Asset). Debit is 6541.68 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000009", "date": "2025-11-24", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "6541.68", "currency": "USD", "department": "Finance", "entity": "Orion Digital Group", "memo": "Sales revenue", "source_document": "INV-000009", "sou... | This ledger line records Sales revenue for Orion Digital Group. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 6541.68 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000010", "date": "2025-02-03", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "9380.04", "credit": "0", "currency": "USD", "department": "Admin", "entity": "Orion Digital Group", "memo": "Customer invoice", "source_document": "INV-000010", "source... | This ledger line records Customer invoice for Orion Digital Group. The account affected is Accounts Receivable (Asset). Debit is 9380.04 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000010", "date": "2025-02-03", "account_code": "4100", "account_name": "Service revenue", "account_type": "Revenue", "debit": "0", "credit": "8685.22", "currency": "USD", "department": "Admin", "entity": "Orion Digital Group", "memo": "Sales revenue", "source_document": "INV-000010", "source": "S... | This ledger line records Sales revenue for Orion Digital Group. The account affected is Service revenue (Revenue). Debit is 0 USD and credit is 8685.22 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000010", "date": "2025-02-03", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "694.82", "currency": "USD", "department": "Operations", "entity": "Orion Digital Group", "memo": "Sales tax on invoice", "source_document": "INV-000010... | This ledger line records Sales tax on invoice for Orion Digital Group. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 694.82 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000011", "date": "2025-05-16", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "2628.04", "credit": "0", "currency": "USD", "department": "Marketing", "entity": "BluePeak Distribution", "memo": "Customer invoice", "source_document": "INV-000011", "... | This ledger line records Customer invoice for BluePeak Distribution. The account affected is Accounts Receivable (Asset). Debit is 2628.04 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000011", "date": "2025-05-16", "account_code": "4100", "account_name": "Service revenue", "account_type": "Revenue", "debit": "0", "credit": "2433.37", "currency": "USD", "department": "Admin", "entity": "BluePeak Distribution", "memo": "Sales revenue", "source_document": "INV-000011", "source": ... | This ledger line records Sales revenue for BluePeak Distribution. The account affected is Service revenue (Revenue). Debit is 0 USD and credit is 2433.37 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000011", "date": "2025-05-16", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "194.67", "currency": "USD", "department": "Finance", "entity": "BluePeak Distribution", "memo": "Sales tax on invoice", "source_document": "INV-000011"... | This ledger line records Sales tax on invoice for BluePeak Distribution. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 194.67 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000012", "date": "2025-04-23", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "4899.36", "credit": "0", "currency": "USD", "department": "Operations", "entity": "BluePeak Distribution", "memo": "Customer invoice", "source_document": "INV-000012", ... | This ledger line records Customer invoice for BluePeak Distribution. The account affected is Accounts Receivable (Asset). Debit is 4899.36 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000012", "date": "2025-04-23", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "4899.36", "currency": "USD", "department": "Admin", "entity": "BluePeak Distribution", "memo": "Sales revenue", "source_document": "INV-000012", "sou... | This ledger line records Sales revenue for BluePeak Distribution. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 4899.36 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000013", "date": "2025-11-02", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "4027.45", "credit": "0", "currency": "USD", "department": "Marketing", "entity": "Greenfield Retail Co.", "memo": "Customer invoice", "source_document": "INV-000013", "... | This ledger line records Customer invoice for Greenfield Retail Co.. The account affected is Accounts Receivable (Asset). Debit is 4027.45 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000013", "date": "2025-11-02", "account_code": "4100", "account_name": "Service revenue", "account_type": "Revenue", "debit": "0", "credit": "3729.12", "currency": "USD", "department": "Sales", "entity": "Greenfield Retail Co.", "memo": "Sales revenue", "source_document": "INV-000013", "source": ... | This ledger line records Sales revenue for Greenfield Retail Co.. The account affected is Service revenue (Revenue). Debit is 0 USD and credit is 3729.12 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000013", "date": "2025-11-02", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "298.33", "currency": "USD", "department": "Sales", "entity": "Greenfield Retail Co.", "memo": "Sales tax on invoice", "source_document": "INV-000013", ... | This ledger line records Sales tax on invoice for Greenfield Retail Co.. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 298.33 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000014", "date": "2025-12-16", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "7695.93", "credit": "0", "currency": "USD", "department": "Operations", "entity": "Pacific Market Hub", "memo": "Customer invoice", "source_document": "INV-000014", "so... | This ledger line records Customer invoice for Pacific Market Hub. The account affected is Accounts Receivable (Asset). Debit is 7695.93 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000014", "date": "2025-12-16", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "7329.46", "currency": "USD", "department": "Admin", "entity": "Pacific Market Hub", "memo": "Sales revenue", "source_document": "INV-000014", "source... | This ledger line records Sales revenue for Pacific Market Hub. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 7329.46 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000014", "date": "2025-12-16", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "366.47", "currency": "USD", "department": "Sales", "entity": "Pacific Market Hub", "memo": "Sales tax on invoice", "source_document": "INV-000014", "so... | This ledger line records Sales tax on invoice for Pacific Market Hub. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 366.47 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000015", "date": "2025-05-15", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "4882.05", "credit": "0", "currency": "USD", "department": "Operations", "entity": "BluePeak Distribution", "memo": "Customer invoice", "source_document": "INV-000015", ... | This ledger line records Customer invoice for BluePeak Distribution. The account affected is Accounts Receivable (Asset). Debit is 4882.05 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000015", "date": "2025-05-15", "account_code": "4100", "account_name": "Service revenue", "account_type": "Revenue", "debit": "0", "credit": "4882.05", "currency": "USD", "department": "Finance", "entity": "BluePeak Distribution", "memo": "Sales revenue", "source_document": "INV-000015", "source"... | This ledger line records Sales revenue for BluePeak Distribution. The account affected is Service revenue (Revenue). Debit is 0 USD and credit is 4882.05 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000016", "date": "2025-03-24", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "6025.01", "credit": "0", "currency": "USD", "department": "Finance", "entity": "Northstar Trading LLC", "memo": "Customer invoice", "source_document": "INV-000016", "so... | This ledger line records Customer invoice for Northstar Trading LLC. The account affected is Accounts Receivable (Asset). Debit is 6025.01 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000016", "date": "2025-03-24", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "5738.1", "currency": "USD", "department": "Operations", "entity": "Northstar Trading LLC", "memo": "Sales revenue", "source_document": "INV-000016", ... | This ledger line records Sales revenue for Northstar Trading LLC. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 5738.1 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000016", "date": "2025-03-24", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "286.91", "currency": "USD", "department": "Sales", "entity": "Northstar Trading LLC", "memo": "Sales tax on invoice", "source_document": "INV-000016", ... | This ledger line records Sales tax on invoice for Northstar Trading LLC. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 286.91 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000017", "date": "2025-05-04", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "969.6", "credit": "0", "currency": "USD", "department": "Operations", "entity": "Greenfield Retail Co.", "memo": "Customer invoice", "source_document": "INV-000017", "s... | This ledger line records Customer invoice for Greenfield Retail Co.. The account affected is Accounts Receivable (Asset). Debit is 969.6 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000017", "date": "2025-05-04", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "923.43", "currency": "USD", "department": "Admin", "entity": "Greenfield Retail Co.", "memo": "Sales revenue", "source_document": "INV-000017", "sour... | This ledger line records Sales revenue for Greenfield Retail Co.. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 923.43 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000017", "date": "2025-05-04", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "46.17", "currency": "USD", "department": "Marketing", "entity": "Greenfield Retail Co.", "memo": "Sales tax on invoice", "source_document": "INV-000017... | This ledger line records Sales tax on invoice for Greenfield Retail Co.. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 46.17 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000018", "date": "2025-03-26", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "5475.15", "credit": "0", "currency": "USD", "department": "Finance", "entity": "Pacific Market Hub", "memo": "Customer invoice", "source_document": "INV-000018", "sourc... | This ledger line records Customer invoice for Pacific Market Hub. The account affected is Accounts Receivable (Asset). Debit is 5475.15 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000018", "date": "2025-03-26", "account_code": "4100", "account_name": "Service revenue", "account_type": "Revenue", "debit": "0", "credit": "5069.58", "currency": "USD", "department": "Admin", "entity": "Pacific Market Hub", "memo": "Sales revenue", "source_document": "INV-000018", "source": "Sy... | This ledger line records Sales revenue for Pacific Market Hub. The account affected is Service revenue (Revenue). Debit is 0 USD and credit is 5069.58 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000018", "date": "2025-03-26", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "405.57", "currency": "USD", "department": "Finance", "entity": "Pacific Market Hub", "memo": "Sales tax on invoice", "source_document": "INV-000018", "... | This ledger line records Sales tax on invoice for Pacific Market Hub. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 405.57 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000019", "date": "2025-08-13", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "1255.02", "credit": "0", "currency": "USD", "department": "Marketing", "entity": "BrightPath Consulting", "memo": "Customer invoice", "source_document": "INV-000019", "... | This ledger line records Customer invoice for BrightPath Consulting. The account affected is Accounts Receivable (Asset). Debit is 1255.02 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000019", "date": "2025-08-13", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "1255.02", "currency": "USD", "department": "Marketing", "entity": "BrightPath Consulting", "memo": "Sales revenue", "source_document": "INV-000019", ... | This ledger line records Sales revenue for BrightPath Consulting. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 1255.02 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000020", "date": "2025-04-28", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "202.45", "credit": "0", "currency": "USD", "department": "Sales", "entity": "Orion Digital Group", "memo": "Customer invoice", "source_document": "INV-000020", "source"... | This ledger line records Customer invoice for Orion Digital Group. The account affected is Accounts Receivable (Asset). Debit is 202.45 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000020", "date": "2025-04-28", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "187.45", "currency": "USD", "department": "Finance", "entity": "Orion Digital Group", "memo": "Sales revenue", "source_document": "INV-000020", "sour... | This ledger line records Sales revenue for Orion Digital Group. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 187.45 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000020", "date": "2025-04-28", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "15.0", "currency": "USD", "department": "Sales", "entity": "Orion Digital Group", "memo": "Sales tax on invoice", "source_document": "INV-000020", "sou... | This ledger line records Sales tax on invoice for Orion Digital Group. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 15.0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000021", "date": "2025-09-21", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "2868.73", "credit": "0", "currency": "USD", "department": "Marketing", "entity": "Orion Digital Group", "memo": "Customer invoice", "source_document": "INV-000021", "so... | This ledger line records Customer invoice for Orion Digital Group. The account affected is Accounts Receivable (Asset). Debit is 2868.73 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000021", "date": "2025-09-21", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "2732.12", "currency": "USD", "department": "Marketing", "entity": "Orion Digital Group", "memo": "Sales revenue", "source_document": "INV-000021", "s... | This ledger line records Sales revenue for Orion Digital Group. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 2732.12 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000021", "date": "2025-09-21", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "136.61", "currency": "USD", "department": "Admin", "entity": "Orion Digital Group", "memo": "Sales tax on invoice", "source_document": "INV-000021", "s... | This ledger line records Sales tax on invoice for Orion Digital Group. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 136.61 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000022", "date": "2025-05-05", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "7694.32", "credit": "0", "currency": "USD", "department": "Finance", "entity": "BrightPath Consulting", "memo": "Customer invoice", "source_document": "INV-000022", "so... | This ledger line records Customer invoice for BrightPath Consulting. The account affected is Accounts Receivable (Asset). Debit is 7694.32 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000022", "date": "2025-05-05", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "7694.32", "currency": "USD", "department": "Admin", "entity": "BrightPath Consulting", "memo": "Sales revenue", "source_document": "INV-000022", "sou... | This ledger line records Sales revenue for BrightPath Consulting. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 7694.32 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000023", "date": "2025-07-30", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "8222.79", "credit": "0", "currency": "USD", "department": "Finance", "entity": "BrightPath Consulting", "memo": "Customer invoice", "source_document": "INV-000023", "so... | This ledger line records Customer invoice for BrightPath Consulting. The account affected is Accounts Receivable (Asset). Debit is 8222.79 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000023", "date": "2025-07-30", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "8222.79", "currency": "USD", "department": "Sales", "entity": "BrightPath Consulting", "memo": "Sales revenue", "source_document": "INV-000023", "sou... | This ledger line records Sales revenue for BrightPath Consulting. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 8222.79 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000024", "date": "2025-05-08", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "1999.37", "credit": "0", "currency": "USD", "department": "Finance", "entity": "Orion Digital Group", "memo": "Customer invoice", "source_document": "INV-000024", "sour... | This ledger line records Customer invoice for Orion Digital Group. The account affected is Accounts Receivable (Asset). Debit is 1999.37 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000024", "date": "2025-05-08", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "1904.16", "currency": "USD", "department": "Admin", "entity": "Orion Digital Group", "memo": "Sales revenue", "source_document": "INV-000024", "sourc... | This ledger line records Sales revenue for Orion Digital Group. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 1904.16 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000024", "date": "2025-05-08", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "95.21", "currency": "USD", "department": "Operations", "entity": "Orion Digital Group", "memo": "Sales tax on invoice", "source_document": "INV-000024"... | This ledger line records Sales tax on invoice for Orion Digital Group. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 95.21 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000025", "date": "2025-02-08", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "8315.19", "credit": "0", "currency": "USD", "department": "Sales", "entity": "BrightPath Consulting", "memo": "Customer invoice", "source_document": "INV-000025", "sour... | This ledger line records Customer invoice for BrightPath Consulting. The account affected is Accounts Receivable (Asset). Debit is 8315.19 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000025", "date": "2025-02-08", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "7699.25", "currency": "USD", "department": "Operations", "entity": "BrightPath Consulting", "memo": "Sales revenue", "source_document": "INV-000025",... | This ledger line records Sales revenue for BrightPath Consulting. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 7699.25 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000025", "date": "2025-02-08", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "615.94", "currency": "USD", "department": "Operations", "entity": "BrightPath Consulting", "memo": "Sales tax on invoice", "source_document": "INV-0000... | This ledger line records Sales tax on invoice for BrightPath Consulting. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 615.94 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000026", "date": "2025-07-28", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "4866.9", "credit": "0", "currency": "USD", "department": "Sales", "entity": "BrightPath Consulting", "memo": "Customer invoice", "source_document": "INV-000026", "sourc... | This ledger line records Customer invoice for BrightPath Consulting. The account affected is Accounts Receivable (Asset). Debit is 4866.9 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000026", "date": "2025-07-28", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "4635.14", "currency": "USD", "department": "Admin", "entity": "BrightPath Consulting", "memo": "Sales revenue", "source_document": "INV-000026", "sou... | This ledger line records Sales revenue for BrightPath Consulting. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 4635.14 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000026", "date": "2025-07-28", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "231.76", "currency": "USD", "department": "Finance", "entity": "BrightPath Consulting", "memo": "Sales tax on invoice", "source_document": "INV-000026"... | This ledger line records Sales tax on invoice for BrightPath Consulting. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 231.76 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000027", "date": "2025-08-21", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "4414.83", "credit": "0", "currency": "USD", "department": "Finance", "entity": "Pacific Market Hub", "memo": "Customer invoice", "source_document": "INV-000027", "sourc... | This ledger line records Customer invoice for Pacific Market Hub. The account affected is Accounts Receivable (Asset). Debit is 4414.83 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000027", "date": "2025-08-21", "account_code": "4100", "account_name": "Service revenue", "account_type": "Revenue", "debit": "0", "credit": "4087.81", "currency": "USD", "department": "Operations", "entity": "Pacific Market Hub", "memo": "Sales revenue", "source_document": "INV-000027", "source"... | This ledger line records Sales revenue for Pacific Market Hub. The account affected is Service revenue (Revenue). Debit is 0 USD and credit is 4087.81 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000027", "date": "2025-08-21", "account_code": "2100", "account_name": "Sales tax payable", "account_type": "Liability", "debit": "0", "credit": "327.02", "currency": "USD", "department": "Sales", "entity": "Pacific Market Hub", "memo": "Sales tax on invoice", "source_document": "INV-000027", "so... | This ledger line records Sales tax on invoice for Pacific Market Hub. The account affected is Sales tax payable (Liability). Debit is 0 USD and credit is 327.02 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000028", "date": "2025-10-24", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "7136.01", "credit": "0", "currency": "USD", "department": "Marketing", "entity": "Northstar Trading LLC", "memo": "Customer invoice", "source_document": "INV-000028", "... | This ledger line records Customer invoice for Northstar Trading LLC. The account affected is Accounts Receivable (Asset). Debit is 7136.01 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000028", "date": "2025-10-24", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "7136.01", "currency": "USD", "department": "Marketing", "entity": "Northstar Trading LLC", "memo": "Sales revenue", "source_document": "INV-000028", ... | This ledger line records Sales revenue for Northstar Trading LLC. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 7136.01 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000029", "date": "2025-03-22", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "9132.11", "credit": "0", "currency": "USD", "department": "Operations", "entity": "Northstar Trading LLC", "memo": "Customer invoice", "source_document": "INV-000029", ... | This ledger line records Customer invoice for Northstar Trading LLC. The account affected is Accounts Receivable (Asset). Debit is 9132.11 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000029", "date": "2025-03-22", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "9132.11", "currency": "USD", "department": "Admin", "entity": "Northstar Trading LLC", "memo": "Sales revenue", "source_document": "INV-000029", "sou... | This ledger line records Sales revenue for Northstar Trading LLC. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 9132.11 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000030", "date": "2025-03-03", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "5550.26", "credit": "0", "currency": "USD", "department": "Finance", "entity": "Orion Digital Group", "memo": "Customer invoice", "source_document": "INV-000030", "sour... | This ledger line records Customer invoice for Orion Digital Group. The account affected is Accounts Receivable (Asset). Debit is 5550.26 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000030", "date": "2025-03-03", "account_code": "4000", "account_name": "Product sales revenue", "account_type": "Revenue", "debit": "0", "credit": "5550.26", "currency": "USD", "department": "Operations", "entity": "Orion Digital Group", "memo": "Sales revenue", "source_document": "INV-000030", "... | This ledger line records Sales revenue for Orion Digital Group. The account affected is Product sales revenue (Revenue). Debit is 0 USD and credit is 5550.26 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Explain this accounting ledger line in simple business terms. | {"transaction_id": "JE-000031", "date": "2025-12-09", "account_code": "1100", "account_name": "Accounts Receivable", "account_type": "Asset", "debit": "2476.81", "credit": "0", "currency": "USD", "department": "Admin", "entity": "Summit Health Supplies", "memo": "Customer invoice", "source_document": "INV-000031", "sou... | This ledger line records Customer invoice for Summit Health Supplies. The account affected is Accounts Receivable (Asset). Debit is 2476.81 USD and credit is 0 USD. | accounting | data/synthetic_accounting/synthetic_general_ledger.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000001", "created_date": "2025-05-10", "company_name": "Prime Labs", "industry": "Real Estate", "country": "Pakistan", "company_size": "501-1000", "lead_source": "Referral", "product_interest": "Private AI Desktop", "sales_rep": "Sales Rep E", "stage": "Negotiation", "probability": "0.7", "deal_value_... | This opportunity is at the Negotiation stage with a deal value of 17173.06 USD. Its probability is 0.7, so the weighted pipeline value is 12021.14 USD. The expected close date is 2025-07-13. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000002", "created_date": "2025-04-13", "company_name": "Prime Trading", "industry": "Retail", "country": "United Arab Emirates", "company_size": "1-10", "lead_source": "LinkedIn", "product_interest": "Document Intelligence API", "sales_rep": "Sales Rep A", "stage": "Closed Lost", "probability": "0.0",... | This opportunity is at the Closed Lost stage with a deal value of 50804.6 USD. Its probability is 0.0, so the weighted pipeline value is 0.0 USD. The expected close date is 2025-09-12. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000003", "created_date": "2025-01-27", "company_name": "Vertex Trading", "industry": "Logistics", "country": "Pakistan", "company_size": "501-1000", "lead_source": "Partner", "product_interest": "AI Assistant SaaS", "sales_rep": "Sales Rep D", "stage": "Closed Lost", "probability": "0.0", "deal_value_... | This opportunity is at the Closed Lost stage with a deal value of 53943.8 USD. Its probability is 0.0, so the weighted pipeline value is 0.0 USD. The expected close date is 2025-05-13. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000004", "created_date": "2025-09-06", "company_name": "Northstar Solutions", "industry": "SaaS", "country": "Singapore", "company_size": "11-50", "lead_source": "Website", "product_interest": "AI Assistant SaaS", "sales_rep": "Sales Rep B", "stage": "Negotiation", "probability": "0.7", "deal_value_us... | This opportunity is at the Negotiation stage with a deal value of 78549.54 USD. Its probability is 0.7, so the weighted pipeline value is 54984.68 USD. The expected close date is 2026-01-05. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000005", "created_date": "2025-09-01", "company_name": "Bright Labs", "industry": "Retail", "country": "Canada", "company_size": "11-50", "lead_source": "Email Campaign", "product_interest": "Private AI Desktop", "sales_rep": "Sales Rep A", "stage": "Qualified", "probability": "0.15", "deal_value_usd"... | This opportunity is at the Qualified stage with a deal value of 75177.56 USD. Its probability is 0.15, so the weighted pipeline value is 11276.63 USD. The expected close date is 2025-10-20. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000006", "created_date": "2025-10-23", "company_name": "Northstar Trading", "industry": "Real Estate", "country": "Saudi Arabia", "company_size": "201-500", "lead_source": "Webinar", "product_interest": "Analytics Dashboard", "sales_rep": "Sales Rep C", "stage": "Closed Won", "probability": "1.0", "de... | This opportunity is at the Closed Won stage with a deal value of 41864.47 USD. Its probability is 1.0, so the weighted pipeline value is 41864.47 USD. The expected close date is 2026-01-14. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000007", "created_date": "2025-12-07", "company_name": "BluePeak Digital", "industry": "Retail", "country": "Thailand", "company_size": "51-200", "lead_source": "Webinar", "product_interest": "ERP Cloud Suite", "sales_rep": "Sales Rep E", "stage": "Closed Won", "probability": "1.0", "deal_value_usd": ... | This opportunity is at the Closed Won stage with a deal value of 24481.04 USD. Its probability is 1.0, so the weighted pipeline value is 24481.04 USD. The expected close date is 2026-04-26. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000008", "created_date": "2025-10-15", "company_name": "Prime Group", "industry": "Healthcare", "country": "United Arab Emirates", "company_size": "1000+", "lead_source": "Website", "product_interest": "CRM Automation", "sales_rep": "Sales Rep E", "stage": "Proposal Sent", "probability": "0.55", "deal... | This opportunity is at the Proposal Sent stage with a deal value of 78654.18 USD. Its probability is 0.55, so the weighted pipeline value is 43259.8 USD. The expected close date is 2026-01-08. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000009", "created_date": "2025-01-03", "company_name": "Pacific Digital", "industry": "Hospitality", "country": "Canada", "company_size": "201-500", "lead_source": "Website", "product_interest": "ERP Cloud Suite", "sales_rep": "Sales Rep A", "stage": "New Lead", "probability": "0.05", "deal_value_usd"... | This opportunity is at the New Lead stage with a deal value of 38512.26 USD. Its probability is 0.05, so the weighted pipeline value is 1925.61 USD. The expected close date is 2025-02-25. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000010", "created_date": "2025-09-19", "company_name": "Bright Enterprises", "industry": "Finance", "country": "Singapore", "company_size": "11-50", "lead_source": "Referral", "product_interest": "Document Intelligence API", "sales_rep": "Sales Rep E", "stage": "Qualified", "probability": "0.15", "dea... | This opportunity is at the Qualified stage with a deal value of 15570.19 USD. Its probability is 0.15, so the weighted pipeline value is 2335.53 USD. The expected close date is 2026-02-04. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000011", "created_date": "2025-11-26", "company_name": "Summit Enterprises", "industry": "Healthcare", "country": "Germany", "company_size": "501-1000", "lead_source": "Partner", "product_interest": "Analytics Dashboard", "sales_rep": "Sales Rep C", "stage": "Demo Scheduled", "probability": "0.35", "d... | This opportunity is at the Demo Scheduled stage with a deal value of 21981.28 USD. Its probability is 0.35, so the weighted pipeline value is 7693.45 USD. The expected close date is 2026-02-06. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000012", "created_date": "2025-02-22", "company_name": "Global Holdings", "industry": "Real Estate", "country": "Thailand", "company_size": "11-50", "lead_source": "Cold Outreach", "product_interest": "HR Recruiter AI", "sales_rep": "Sales Rep E", "stage": "Closed Lost", "probability": "0.0", "deal_va... | This opportunity is at the Closed Lost stage with a deal value of 68503.57 USD. Its probability is 0.0, so the weighted pipeline value is 0.0 USD. The expected close date is 2025-07-25. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000013", "created_date": "2025-02-26", "company_name": "Pacific Group", "industry": "Healthcare", "country": "United States", "company_size": "201-500", "lead_source": "Paid Ads", "product_interest": "Analytics Dashboard", "sales_rep": "Sales Rep C", "stage": "Negotiation", "probability": "0.7", "deal... | This opportunity is at the Negotiation stage with a deal value of 30604.35 USD. Its probability is 0.7, so the weighted pipeline value is 21423.04 USD. The expected close date is 2025-04-13. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000014", "created_date": "2025-11-23", "company_name": "Prime Digital", "industry": "SaaS", "country": "Canada", "company_size": "1-10", "lead_source": "Website", "product_interest": "eCommerce Growth Pack", "sales_rep": "Sales Rep D", "stage": "New Lead", "probability": "0.05", "deal_value_usd": "798... | This opportunity is at the New Lead stage with a deal value of 79826.11 USD. Its probability is 0.05, so the weighted pipeline value is 3991.31 USD. The expected close date is 2026-04-10. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000015", "created_date": "2025-05-23", "company_name": "BluePeak Trading", "industry": "Hospitality", "country": "Australia", "company_size": "51-200", "lead_source": "Partner", "product_interest": "Document Intelligence API", "sales_rep": "Sales Rep B", "stage": "Negotiation", "probability": "0.7", "... | This opportunity is at the Negotiation stage with a deal value of 80612.5 USD. Its probability is 0.7, so the weighted pipeline value is 56428.75 USD. The expected close date is 2025-06-20. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000016", "created_date": "2025-07-30", "company_name": "Prime Holdings", "industry": "Retail", "country": "Germany", "company_size": "501-1000", "lead_source": "Trade Show", "product_interest": "Analytics Dashboard", "sales_rep": "Sales Rep C", "stage": "Closed Lost", "probability": "0.0", "deal_value... | This opportunity is at the Closed Lost stage with a deal value of 8623.73 USD. Its probability is 0.0, so the weighted pipeline value is 0.0 USD. The expected close date is 2025-09-26. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000017", "created_date": "2025-05-07", "company_name": "Global Holdings", "industry": "eCommerce", "country": "Saudi Arabia", "company_size": "201-500", "lead_source": "Email Campaign", "product_interest": "HR Recruiter AI", "sales_rep": "Sales Rep D", "stage": "Proposal Sent", "probability": "0.55", ... | This opportunity is at the Proposal Sent stage with a deal value of 28463.3 USD. Its probability is 0.55, so the weighted pipeline value is 15654.82 USD. The expected close date is 2025-06-20. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000018", "created_date": "2025-02-19", "company_name": "Pacific Group", "industry": "Manufacturing", "country": "United Kingdom", "company_size": "501-1000", "lead_source": "Webinar", "product_interest": "Analytics Dashboard", "sales_rep": "Sales Rep A", "stage": "Closed Lost", "probability": "0.0", "... | This opportunity is at the Closed Lost stage with a deal value of 3606.41 USD. Its probability is 0.0, so the weighted pipeline value is 0.0 USD. The expected close date is 2025-06-08. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000019", "created_date": "2025-10-12", "company_name": "Nova Solutions", "industry": "Education", "country": "Thailand", "company_size": "11-50", "lead_source": "Cold Outreach", "product_interest": "Private AI Desktop", "sales_rep": "Sales Rep A", "stage": "Closed Lost", "probability": "0.0", "deal_va... | This opportunity is at the Closed Lost stage with a deal value of 73091.13 USD. Its probability is 0.0, so the weighted pipeline value is 0.0 USD. The expected close date is 2025-12-13. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Analyze this sales opportunity and summarize its pipeline value. | {"lead_id": "LEAD-000020", "created_date": "2025-01-14", "company_name": "Summit Labs", "industry": "Education", "country": "Canada", "company_size": "201-500", "lead_source": "Webinar", "product_interest": "Private AI Desktop", "sales_rep": "Sales Rep B", "stage": "Qualified", "probability": "0.15", "deal_value_usd": ... | This opportunity is at the Qualified stage with a deal value of 43818.69 USD. Its probability is 0.15, so the weighted pipeline value is 6572.8 USD. The expected close date is 2025-02-05. | sales_crm | data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv | Derived from Realigns Business Open Data Pack for AI training examples |
Realigns Business Open Data Pack
A developer-friendly open business dataset pack prepared by Realigns Inc. for AI assistants, dashboards, market research tools, RAG systems, financial research tools, HR analytics, and business intelligence applications.
This repository combines multiple public business and economic datasets into clean CSV and JSONL formats.
Dataset Index
For a complete folder-by-folder overview of all included datasets, see:
Included Datasets
1. World Bank Business Indicators
Files:
data/worldbank_business_indicators.csvdata/worldbank_business_indicators.jsonl
Includes selected global business and economic indicators such as GDP, GDP growth, exports, imports, inflation, unemployment, ease of doing business, and foreign direct investment.
Source: World Bank Open Data
License: World Bank Open Data terms / generally CC BY 4.0 attribution-based use.
2. U.S. Census County Business Patterns
Files:
data/census_cbp/us_cbp_state_all_sectors_2023.csvdata/census_cbp/us_cbp_state_all_sectors_2023.jsonl
Includes state-level business establishment, employment, annual payroll, and first-quarter payroll indicators for all business sectors.
Source: U.S. Census Bureau County Business Patterns API
License: U.S. Government public data.
3. SEC Company Submissions Sample
Files:
data/sec/sec_company_submissions_sample.csvdata/sec/sec_company_submissions_sample.jsonl
Includes recent SEC filing metadata for selected public companies, including filing type, filing date, report date, accession number, primary document, company name, SIC, and filing URL.
Source: SEC EDGAR submissions API
License: U.S. Government public data.
4. SEC Company Facts Sample
Files:
data/sec/sec_company_facts_sample.csvdata/sec/sec_company_facts_sample.jsonl
Includes selected structured financial facts for major public companies, including revenues, assets, liabilities, equity, net income, EPS, shares, and other XBRL facts.
Source: SEC EDGAR Company Facts API
License: U.S. Government public data.
5. BLS Labor Market Indicators
Files:
data/bls/bls_labor_market_indicators_2020_2026.csvdata/bls/bls_labor_market_indicators_2020_2026.jsonl
Includes selected U.S. labor market indicators such as unemployment rate, labor force participation, employment-population ratio, total nonfarm employment, average hourly earnings, job openings, hires, and quits.
Source: U.S. Bureau of Labor Statistics Public Data API
License: U.S. Government public data.
Intended Use
This dataset pack is designed for:
- Business AI assistants
- Market research dashboards
- Economic analysis tools
- Country comparison apps
- Company research assistants
- SEC filing search and RAG systems
- HR SaaS and labor market dashboards
- Business intelligence systems
- Educational and developer prototypes
Not Intended For
This dataset is not intended for:
- Financial advice
- Investment guarantees
- Legal advice
- Tax advice
- Personal profiling
- Automated high-stakes decisions without expert human review
File Formats
The dataset is provided in:
- CSV for spreadsheet, BI, and analytics tools
- JSONL for AI, RAG, vector indexing, and developer workflows
Source and Attribution
This dataset pack is derived from public data sources including:
- World Bank Open Data
- U.S. Census Bureau
- SEC EDGAR
- U.S. Bureau of Labor Statistics
Users should follow the original source terms and attribution requirements.
Prepared By
Prepared and packaged by Realigns Inc. for developer and AI research use.
- Downloads last month
- 44