Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
company_name: string
form_type: string
cik: int64
date_filed: timestamp[us]
adsh: string
assetTypeNumber: string
assetNumber: int64
reportingPeriodBeginDate: timestamp[ns]
reportingPeriodEndDate: timestamp[ns]
originatorName: string
originationDate: timestamp[ns]
acquisitionCost: double
originalLeaseTermNumber: int64
scheduledTerminationDate: timestamp[ns]
originalFirstPaymentDate: timestamp[ns]
underwritingIndicator: bool
paymentTypeCode: int64
subvented: string
vehicleManufacturerName: string
vehicleModelName: string
vehicleNewUsedCode: int64
vehicleModelYear: int64
vehicleTypeCode: int64
vehicleValueAmount: double
vehicleValueSourceCode: int64
baseResidualValue: double
baseResidualSourceCode: int64
contractResidualValue: double
lesseeCreditScoreType: string
lesseeCreditScore: int64
lesseeIncomeVerificationLevelCode: int64
lesseeEmploymentVerificationCode: int64
coLesseePresentIndicator: bool
paymentToIncomePercentage: double
lesseeGeographicLocation: string
assetAddedIndicator: bool
remainingTermNumber: int64
reportingPeriodModificationIndicator: bool
servicingAdvanceMethodCode: int64
reportingPeriodSecuritizationValueAmount: double
securitizationDiscountRate: double
nextReportingPeriodPaymentAmountDue: double
servicingFeePercentage: double
otherAssessedUncollectedServicerFeeAmount: double
reportingPeriodEndingActualBalanceAmount: double
reportingPeriodScheduledPaymentAmount: double
totalActualAmountPaid: double
actualOtherCollectedAmount: double
reportingPeriodEndActualSecuritizationAmount: double
servicerAdvancedAmount: double
paidThroughDate: timestamp[ns]
currentDelinquencyStatus: int64
primaryLeaseServicerName: string
assetSubjectDemandIndicator: bool
excessFeeAmount: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 8159
to
{'assetTypeNumber': Value('large_string'), 'originatorName': Value('large_string'), 'originationDate': Value('large_string'), 'acquisitionCost': Value('large_string'), 'originalLeaseTermNumber': Value('large_string'), 'scheduledTerminationDate': Value('large_string'), 'originalFirstPaymentDate': Value('large_string'), 'underwritingIndicator': Value('large_string'), 'gracePeriod': Value('large_string'), 'subvented': Value('large_string'), 'vehicleManufacturerName': Value('large_string'), 'vehicleModelName': Value('large_string'), 'vehicleTypeCode': Value('large_string'), 'vehicleValueAmount': Value('large_string'), 'baseResidualValue': Value('large_string'), 'baseResidualSourceCode': Value('large_string'), 'lesseeCreditScoreType': Value('large_string'), 'lesseeCreditScore': Value('large_string'), 'lesseeIncomeVerificationLevelCode': Value('large_string'), 'lesseeEmploymentVerificationCode': Value('large_string'), 'paymentToIncomePercentage': Value('large_string'), 'lesseeGeographicLocation': Value('large_string'), 'remainingTermNumber': Value('large_string'), 'reportingPeriodModificationIndicator': Value('large_string'), 'servicingAdvanceMethodCode': Value('large_string'), 'reportingPeriodSecuritizationValueAmount': Value('large_string'), 'nextReportingPeriodPaymentAmountDue': Value('large_string'), 'servicingFlatFeeAmount': Value('large_string'), 'otherLeaseLevelServicingFeesRetainedAmount': Value('large_string'), 'otherAssessedUncollectedServicerFeeAmount': Value('large_string'), 'reportingPeriodEndingActualBalanceAmount': Value('large_string'), 'reportingPeriodScheduledPaymentAmount': Value('large_string'), 'totalActualAmountPaid': Value('large_string'), 'actualOtherCollectedAmount': Value('large_string'), 'reportingPeriodEndActualSecuritizationAmount': Value('large_string'), 'paidThroughDate': Value('large_string'), 'currentDelinquencyStatus': Value('large_string'), 'chargedOffAmount': Value('large_string'), 'modificationTypeCode': Value('large_string'), 'terminationIndicator': Value('large_string'), 'excessFeeAmount': Value('large_string'), 'liquidationProceedsAmount': Value('large_string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                         ^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2227, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 494, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/parquet/parquet.py", line 209, in _generate_tables
                  yield Key(file_idx, batch_idx), self._cast_table(pa_table)
                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/parquet/parquet.py", line 147, 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
              company_name: string
              form_type: string
              cik: int64
              date_filed: timestamp[us]
              adsh: string
              assetTypeNumber: string
              assetNumber: int64
              reportingPeriodBeginDate: timestamp[ns]
              reportingPeriodEndDate: timestamp[ns]
              originatorName: string
              originationDate: timestamp[ns]
              acquisitionCost: double
              originalLeaseTermNumber: int64
              scheduledTerminationDate: timestamp[ns]
              originalFirstPaymentDate: timestamp[ns]
              underwritingIndicator: bool
              paymentTypeCode: int64
              subvented: string
              vehicleManufacturerName: string
              vehicleModelName: string
              vehicleNewUsedCode: int64
              vehicleModelYear: int64
              vehicleTypeCode: int64
              vehicleValueAmount: double
              vehicleValueSourceCode: int64
              baseResidualValue: double
              baseResidualSourceCode: int64
              contractResidualValue: double
              lesseeCreditScoreType: string
              lesseeCreditScore: int64
              lesseeIncomeVerificationLevelCode: int64
              lesseeEmploymentVerificationCode: int64
              coLesseePresentIndicator: bool
              paymentToIncomePercentage: double
              lesseeGeographicLocation: string
              assetAddedIndicator: bool
              remainingTermNumber: int64
              reportingPeriodModificationIndicator: bool
              servicingAdvanceMethodCode: int64
              reportingPeriodSecuritizationValueAmount: double
              securitizationDiscountRate: double
              nextReportingPeriodPaymentAmountDue: double
              servicingFeePercentage: double
              otherAssessedUncollectedServicerFeeAmount: double
              reportingPeriodEndingActualBalanceAmount: double
              reportingPeriodScheduledPaymentAmount: double
              totalActualAmountPaid: double
              actualOtherCollectedAmount: double
              reportingPeriodEndActualSecuritizationAmount: double
              servicerAdvancedAmount: double
              paidThroughDate: timestamp[ns]
              currentDelinquencyStatus: int64
              primaryLeaseServicerName: string
              assetSubjectDemandIndicator: bool
              excessFeeAmount: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 8159
              to
              {'assetTypeNumber': Value('large_string'), 'originatorName': Value('large_string'), 'originationDate': Value('large_string'), 'acquisitionCost': Value('large_string'), 'originalLeaseTermNumber': Value('large_string'), 'scheduledTerminationDate': Value('large_string'), 'originalFirstPaymentDate': Value('large_string'), 'underwritingIndicator': Value('large_string'), 'gracePeriod': Value('large_string'), 'subvented': Value('large_string'), 'vehicleManufacturerName': Value('large_string'), 'vehicleModelName': Value('large_string'), 'vehicleTypeCode': Value('large_string'), 'vehicleValueAmount': Value('large_string'), 'baseResidualValue': Value('large_string'), 'baseResidualSourceCode': Value('large_string'), 'lesseeCreditScoreType': Value('large_string'), 'lesseeCreditScore': Value('large_string'), 'lesseeIncomeVerificationLevelCode': Value('large_string'), 'lesseeEmploymentVerificationCode': Value('large_string'), 'paymentToIncomePercentage': Value('large_string'), 'lesseeGeographicLocation': Value('large_string'), 'remainingTermNumber': Value('large_string'), 'reportingPeriodModificationIndicator': Value('large_string'), 'servicingAdvanceMethodCode': Value('large_string'), 'reportingPeriodSecuritizationValueAmount': Value('large_string'), 'nextReportingPeriodPaymentAmountDue': Value('large_string'), 'servicingFlatFeeAmount': Value('large_string'), 'otherLeaseLevelServicingFeesRetainedAmount': Value('large_string'), 'otherAssessedUncollectedServicerFeeAmount': Value('large_string'), 'reportingPeriodEndingActualBalanceAmount': Value('large_string'), 'reportingPeriodScheduledPaymentAmount': Value('large_string'), 'totalActualAmountPaid': Value('large_string'), 'actualOtherCollectedAmount': Value('large_string'), 'reportingPeriodEndActualSecuritizationAmount': Value('large_string'), 'paidThroughDate': Value('large_string'), 'currentDelinquencyStatus': Value('large_string'), 'chargedOffAmount': Value('large_string'), 'modificationTypeCode': Value('large_string'), 'terminationIndicator': Value('large_string'), 'excessFeeAmount': Value('large_string'), 'liquidationProceedsAmount': Value('large_string')}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

cik form accessionNumber fileNumber filmNumber reportDate url
1717778 ABS-EE 0000950131-17-000597 333-209768-05 171105446 2017-08-31 https://sec.gov/Archives/edgar/data/1717778/000095013117000597
1717778 ABS-EE 0000950131-17-000691 333-209768-05 171157112 2017-09-30 https://sec.gov/Archives/edgar/data/1717778/000095013117000691
1717778 ABS-EE 0000950131-17-000813 333-209768-05 171223567 2017-10-31 https://sec.gov/Archives/edgar/data/1717778/000095013117000813
1717778 ABS-EE 0000950131-17-000887 333-209768-05 171262021 2017-11-30 https://sec.gov/Archives/edgar/data/1717778/000095013117000887
1717778 ABS-EE 0000950131-18-000110 333-209768-05 18542056 2017-12-31 https://sec.gov/Archives/edgar/data/1717778/000095013118000110
1717778 ABS-EE 0000950131-18-000340 333-209768-05 18640133 2018-01-31 https://sec.gov/Archives/edgar/data/1717778/000095013118000340
1717778 ABS-EE 0000950131-18-000470 333-209768-05 18711070 2018-02-28 https://sec.gov/Archives/edgar/data/1717778/000095013118000470
1717778 ABS-EE 0000950131-18-000613 333-209768-05 18767515 2018-03-31 https://sec.gov/Archives/edgar/data/1717778/000095013118000613
1717778 ABS-EE 0000950131-18-000828 333-209768-05 18852664 2018-04-30 https://sec.gov/Archives/edgar/data/1717778/000095013118000828
1717778 ABS-EE 0000950131-18-001137 333-209768-05 18916780 2018-05-31 https://sec.gov/Archives/edgar/data/1717778/000095013118001137
1717778 ABS-EE 0000950131-18-001421 333-209768-05 18962479 2018-06-30 https://sec.gov/Archives/edgar/data/1717778/000095013118001421
1717778 ABS-EE 0000950131-18-001701 333-209768-05 181037541 2018-07-31 https://sec.gov/Archives/edgar/data/1717778/000095013118001701
1717778 ABS-EE 0000950131-18-001929 333-209768-05 181079325 2018-08-31 https://sec.gov/Archives/edgar/data/1717778/000095013118001929
1717778 ABS-EE 0000950131-18-002326 333-209768-05 181143421 2018-09-30 https://sec.gov/Archives/edgar/data/1717778/000095013118002326
1717778 ABS-EE 0000950131-18-002624 333-209768-05 181206733 2018-10-31 https://sec.gov/Archives/edgar/data/1717778/000095013118002624
1717778 ABS-EE 0000950131-18-002828 333-209768-05 181241089 2018-11-30 https://sec.gov/Archives/edgar/data/1717778/000095013118002828
1717778 ABS-EE 0000950131-19-000334 333-209768-05 19546506 2018-12-31 https://sec.gov/Archives/edgar/data/1717778/000095013119000334
1717778 ABS-EE 0000950131-19-000547 333-209768-05 19619529 2019-01-31 https://sec.gov/Archives/edgar/data/1717778/000095013119000547
1717778 ABS-EE 0000950131-19-000854 333-209768-05 19699067 2019-02-28 https://sec.gov/Archives/edgar/data/1717778/000095013119000854
1717778 ABS-EE 0000950131-19-001208 333-209768-05 19763786 2019-03-31 https://sec.gov/Archives/edgar/data/1717778/000095013119001208
1717778 ABS-EE 0000950131-19-001547 333-209768-05 19854057 2019-04-30 https://sec.gov/Archives/edgar/data/1717778/000095013119001547
1717778 ABS-EE 0000950131-19-001907 333-209768-05 19909159 2019-05-31 https://sec.gov/Archives/edgar/data/1717778/000095013119001907
1717778 ABS-EE 0000950131-19-002225 333-209768-05 19962028 2019-06-30 https://sec.gov/Archives/edgar/data/1717778/000095013119002225
1717778 ABS-EE 0000950131-19-002717 333-209768-05 191049532 2019-07-31 https://sec.gov/Archives/edgar/data/1717778/000095013119002717
1717778 ABS-EE 0000950131-19-003132 333-209768-05 191113114 2019-08-31 https://sec.gov/Archives/edgar/data/1717778/000095013119003132
1717778 ABS-EE 0000950131-19-003529 333-209768-05 191163727 2019-09-30 https://sec.gov/Archives/edgar/data/1717778/000095013119003529
1717778 ABS-EE 0000950131-19-003950 333-209768-05 191236443 2019-10-31 https://sec.gov/Archives/edgar/data/1717778/000095013119003950
1717778 ABS-EE 0000950131-19-004274 333-209768-05 191294690 2019-11-30 https://sec.gov/Archives/edgar/data/1717778/000095013119004274
1717778 ABS-EE 0000950131-20-000355 333-209768-05 20548581 2019-12-31 https://sec.gov/Archives/edgar/data/1717778/000095013120000355
1717778 ABS-EE 0000950131-20-000730 333-209768-05 20636028 2020-01-31 https://sec.gov/Archives/edgar/data/1717778/000095013120000730
1717778 ABS-EE 0000950131-20-001140 333-209768-05 20743069 2020-02-29 https://sec.gov/Archives/edgar/data/1717778/000095013120001140
1717778 ABS-EE 0000950131-20-001530 333-209768-05 20811795 2020-03-31 https://sec.gov/Archives/edgar/data/1717778/000095013120001530
Downloads last month
17