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
cik: string
adsh: string
itemNumber: string
fieldName: string
comment: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 826
to
{'cik': Value('string'), 'adsh': Value('string'), 'assetTypeNumber': Value('string'), 'assetNumber': Value('string'), 'reportingPeriodBeginningDate': Value('timestamp[ns]'), 'reportingPeriodEndDate': Value('timestamp[ns]'), 'originatorName': Value('string'), 'originationDate': Value('timestamp[ns]'), 'originalLoanAmount': Value('float64'), 'originalTermLoanNumber': Value('float64'), 'maturityDate': Value('timestamp[ns]'), 'originalInterestRatePercentage': Value('float64'), 'interestRateSecuritizationPercentage': Value('float64'), 'interestAccrualMethodCode': Value('float64'), 'originalInterestRateTypeCode': Value('float64'), 'originalInterestOnlyTermNumber': Value('float64'), 'firstLoanPaymentDueDate': Value('timestamp[ns]'), 'underwritingIndicator': Value('bool'), 'lienPositionSecuritizationCode': Value('float64'), 'loanStructureCode': Value('string'), 'paymentTypeCode': Value('float64'), 'periodicPrincipalAndInterestPaymentSecuritizationAmount': Value('float64'), 'scheduledPrincipalBalanceSecuritizationAmount': Value('float64'), 'paymentFrequencyCode': Value('float64'), 'NumberPropertiesSecuritization': Value('float64'), 'NumberProperties': Value('float64'), 'graceDaysAllowedNumber': Value('float64'), 'interestOnlyIndicator': Value('bool'), 'balloonIndicator': Value('bool'), 'prepaymentPremiumIndicator': Value('bool'), 'negativeAmortizationIndicator': Value('bool'), 'modifiedIndicator': Value('bool'), 'prepaymentLockOutEndDate': Value('timestamp[ns]'), 'yieldMaintenanceEndD
...
Indicator': Value('bool'), 'totalPrincipalInterestAdvancedOutstandingAmount': Value('float64'), 'totalTaxesInsuranceAdvancesOutstandingAmount': Value('float64'), 'otherExpensesAdvancedOutstandingAmount': Value('float64'), 'paymentStatusLoanCode': Value('float64'), 'primaryServicerName': Value('string'), 'assetSubjectDemandIndicator': Value('bool'), 'financialsSecuritizationDate': Value('timestamp[ns]'), 'yearLastRenovated': Value('float64'), 'mostRecentPhysicalOccupancyPercentage': Value('float64'), 'originalAmortizationTermNumber': Value('float64'), 'hyperAmortizingDate': Value('timestamp[ns]'), 'unitsBedsRoomsNumber': Value('float64'), 'unitsBedsRoomsSecuritizationNumber': Value('float64'), 'armMarginNumber': Value('float64'), 'prepaymentPremiumsEndDate': Value('timestamp[ns]'), 'mostRecentValuationAmount': Value('float64'), 'mostRecentValuationDate': Value('timestamp[ns]'), 'mostRecentValuationSourceCode': Value('string'), 'mostRecentFinancialsStartDate': Value('timestamp[ns]'), 'mostRecentFinancialsEndDate': Value('timestamp[ns]'), 'mostRecentRevenueAmount': Value('float64'), 'operatingExpensesAmount': Value('float64'), 'mostRecentNetOperatingIncomeAmount': Value('float64'), 'mostRecentNetCashFlowAmount': Value('float64'), 'mostRecentDebtServiceAmount': Value('float64'), 'mostRecentDebtServiceCoverageNetOperatingIncomePercentage': Value('float64'), 'mostRecentDebtServiceCoverageNetCashFlowpercentage': Value('float64'), 'mostRecentDebtServiceCoverageCode': Value('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
              cik: string
              adsh: string
              itemNumber: string
              fieldName: string
              comment: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 826
              to
              {'cik': Value('string'), 'adsh': Value('string'), 'assetTypeNumber': Value('string'), 'assetNumber': Value('string'), 'reportingPeriodBeginningDate': Value('timestamp[ns]'), 'reportingPeriodEndDate': Value('timestamp[ns]'), 'originatorName': Value('string'), 'originationDate': Value('timestamp[ns]'), 'originalLoanAmount': Value('float64'), 'originalTermLoanNumber': Value('float64'), 'maturityDate': Value('timestamp[ns]'), 'originalInterestRatePercentage': Value('float64'), 'interestRateSecuritizationPercentage': Value('float64'), 'interestAccrualMethodCode': Value('float64'), 'originalInterestRateTypeCode': Value('float64'), 'originalInterestOnlyTermNumber': Value('float64'), 'firstLoanPaymentDueDate': Value('timestamp[ns]'), 'underwritingIndicator': Value('bool'), 'lienPositionSecuritizationCode': Value('float64'), 'loanStructureCode': Value('string'), 'paymentTypeCode': Value('float64'), 'periodicPrincipalAndInterestPaymentSecuritizationAmount': Value('float64'), 'scheduledPrincipalBalanceSecuritizationAmount': Value('float64'), 'paymentFrequencyCode': Value('float64'), 'NumberPropertiesSecuritization': Value('float64'), 'NumberProperties': Value('float64'), 'graceDaysAllowedNumber': Value('float64'), 'interestOnlyIndicator': Value('bool'), 'balloonIndicator': Value('bool'), 'prepaymentPremiumIndicator': Value('bool'), 'negativeAmortizationIndicator': Value('bool'), 'modifiedIndicator': Value('bool'), 'prepaymentLockOutEndDate': Value('timestamp[ns]'), 'yieldMaintenanceEndD
              ...
              Indicator': Value('bool'), 'totalPrincipalInterestAdvancedOutstandingAmount': Value('float64'), 'totalTaxesInsuranceAdvancesOutstandingAmount': Value('float64'), 'otherExpensesAdvancedOutstandingAmount': Value('float64'), 'paymentStatusLoanCode': Value('float64'), 'primaryServicerName': Value('string'), 'assetSubjectDemandIndicator': Value('bool'), 'financialsSecuritizationDate': Value('timestamp[ns]'), 'yearLastRenovated': Value('float64'), 'mostRecentPhysicalOccupancyPercentage': Value('float64'), 'originalAmortizationTermNumber': Value('float64'), 'hyperAmortizingDate': Value('timestamp[ns]'), 'unitsBedsRoomsNumber': Value('float64'), 'unitsBedsRoomsSecuritizationNumber': Value('float64'), 'armMarginNumber': Value('float64'), 'prepaymentPremiumsEndDate': Value('timestamp[ns]'), 'mostRecentValuationAmount': Value('float64'), 'mostRecentValuationDate': Value('timestamp[ns]'), 'mostRecentValuationSourceCode': Value('string'), 'mostRecentFinancialsStartDate': Value('timestamp[ns]'), 'mostRecentFinancialsEndDate': Value('timestamp[ns]'), 'mostRecentRevenueAmount': Value('float64'), 'operatingExpensesAmount': Value('float64'), 'mostRecentNetOperatingIncomeAmount': Value('float64'), 'mostRecentNetCashFlowAmount': Value('float64'), 'mostRecentDebtServiceAmount': Value('float64'), 'mostRecentDebtServiceCoverageNetOperatingIncomePercentage': Value('float64'), 'mostRecentDebtServiceCoverageNetCashFlowpercentage': Value('float64'), 'mostRecentDebtServiceCoverageCode': Value('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
1744707 ABS-EE 0001539497-18-001140 333-206677-26 18957863 2018-08-13 https://sec.gov/Archives/edgar/data/1744707/000153949718001140
1744707 ABS-EE 0001056404-18-006881 333-206677-26 181100578 2018-09-11 https://sec.gov/Archives/edgar/data/1744707/000105640418006881
1744707 ABS-EE 0001056404-18-007542 333-206677-26 181149967 2018-10-11 https://sec.gov/Archives/edgar/data/1744707/000105640418007542
1744707 ABS-EE 0001056404-18-008471 333-206677-26 181216223 2018-11-13 https://sec.gov/Archives/edgar/data/1744707/000105640418008471
1744707 ABS-EE 0001056404-19-000051 333-206677-26 19500485 2018-12-11 https://sec.gov/Archives/edgar/data/1744707/000105640419000051
1744707 ABS-EE 0001056404-19-000863 333-206677-26 19558242 2019-01-11 https://sec.gov/Archives/edgar/data/1744707/000105640419000863
1744707 ABS-EE 0001056404-19-001696 333-206677-26 19647576 2019-02-11 https://sec.gov/Archives/edgar/data/1744707/000105640419001696
1744707 ABS-EE 0001056404-19-002941 333-206677-26 19711642 2019-03-11 https://sec.gov/Archives/edgar/data/1744707/000105640419002941
1744707 ABS-EE 0001056404-19-003987 333-206677-26 19779041 2019-04-11 https://sec.gov/Archives/edgar/data/1744707/000105640419003987
1744707 ABS-EE 0001056404-19-004921 333-206677-26 19869110 2019-05-13 https://sec.gov/Archives/edgar/data/1744707/000105640419004921
1744707 ABS-EE 0001056404-19-006105 333-206677-26 19932304 2019-06-11 https://sec.gov/Archives/edgar/data/1744707/000105640419006105
1744707 ABS-EE 0001056404-19-006973 333-206677-26 19988119 2019-07-11 https://sec.gov/Archives/edgar/data/1744707/000105640419006973
1744707 ABS-EE 0001056404-19-007743 333-206677-26 191066359 2019-08-12 https://sec.gov/Archives/edgar/data/1744707/000105640419007743
1744707 ABS-EE 0001056404-19-008762 333-206677-26 191125919 2019-09-11 https://sec.gov/Archives/edgar/data/1744707/000105640419008762
1744707 ABS-EE 0001056404-19-009891 333-206677-26 191179858 2019-10-18 https://sec.gov/Archives/edgar/data/1744707/000105640419009891
1744707 ABS-EE 0001056404-19-010994 333-206677-26 191255200 2019-11-18 https://sec.gov/Archives/edgar/data/1744707/000105640419010994
1744707 ABS-EE 0001056404-19-012171 333-206677-26 191316346 2019-12-17 https://sec.gov/Archives/edgar/data/1744707/000105640419012171
1744707 ABS-EE 0001056404-20-000653 333-206677-26 20558109 2020-01-17 https://sec.gov/Archives/edgar/data/1744707/000105640420000653
1744707 ABS-EE 0001056404-20-001742 333-206677-26 20680915 2020-02-18 https://sec.gov/Archives/edgar/data/1744707/000105640420001742
1744707 ABS-EE 0001056404-20-003688 333-206677-26 20761636 2020-03-17 https://sec.gov/Archives/edgar/data/1744707/000105640420003688
1744707 ABS-EE 0001056404-20-004724 333-206677-26 20834788 2020-04-17 https://sec.gov/Archives/edgar/data/1744707/000105640420004724
1744707 ABS-EE 0001056404-20-006022 333-206677-26 20929437 2020-05-15 https://sec.gov/Archives/edgar/data/1744707/000105640420006022
1744707 ABS-EE 0001056404-20-007150 333-206677-26 201005201 2020-06-17 https://sec.gov/Archives/edgar/data/1744707/000105640420007150
1744707 ABS-EE 0001056404-20-008177 333-206677-26 201063762 2020-07-17 https://sec.gov/Archives/edgar/data/1744707/000105640420008177
1744707 ABS-EE 0001056404-20-009520 333-206677-26 201150592 2020-08-17 https://sec.gov/Archives/edgar/data/1744707/000105640420009520
1744707 ABS-EE 0001056404-20-010780 333-206677-26 201213317 2020-09-17 https://sec.gov/Archives/edgar/data/1744707/000105640420010780
1744707 ABS-EE 0001056404-20-011856 333-206677-26 201279685 2020-10-19 https://sec.gov/Archives/edgar/data/1744707/000105640420011856
1744707 ABS-EE 0001056404-20-013353 333-206677-26 201365839 2020-11-18 https://sec.gov/Archives/edgar/data/1744707/000105640420013353
1744707 ABS-EE 0001056404-20-014449 333-206677-26 201427691 2020-12-17 https://sec.gov/Archives/edgar/data/1744707/000105640420014449
1744707 ABS-EE 0001056404-21-000734 333-206677-26 21564208 2021-01-15 https://sec.gov/Archives/edgar/data/1744707/000105640421000734
1744707 ABS-EE 0001056404-21-001749 333-206677-26 21707935 2021-02-18 https://sec.gov/Archives/edgar/data/1744707/000105640421001749
1744707 ABS-EE 0001056404-21-003888 333-206677-26 21792327 2021-03-17 https://sec.gov/Archives/edgar/data/1744707/000105640421003888
1744707 ABS-EE 0001056404-21-005020 333-206677-26 21875558 2021-04-16 https://sec.gov/Archives/edgar/data/1744707/000105640421005020
1744707 ABS-EE 0001056404-21-006368 333-206677-26 21977037 2021-05-17 https://sec.gov/Archives/edgar/data/1744707/000105640421006368
1744707 ABS-EE 0001056404-21-008092 333-206677-26 211064493 2021-06-17 https://sec.gov/Archives/edgar/data/1744707/000105640421008092
1744707 ABS-EE 0001056404-21-009333 333-206677-26 211128425 2021-07-16 https://sec.gov/Archives/edgar/data/1744707/000105640421009333
1744707 ABS-EE 0001056404-21-010250 333-206677-26 211223401 2021-08-17 https://sec.gov/Archives/edgar/data/1744707/000105640421010250
1744707 ABS-EE 0001056404-21-011554 333-206677-26 211291508 2021-09-17 https://sec.gov/Archives/edgar/data/1744707/000105640421011554
1744707 ABS-EE 0001056404-21-012525 333-206677-26 211347143 2021-10-18 https://sec.gov/Archives/edgar/data/1744707/000105640421012525
1744707 ABS-EE 0001888524-21-001738 333-206677-26 211462775 2021-11-18 https://sec.gov/Archives/edgar/data/1744707/000188852421001738
1744707 ABS-EE 0001888524-21-002559 333-206677-26 211523422 2021-12-17 https://sec.gov/Archives/edgar/data/1744707/000188852421002559
1744707 ABS-EE 0001888524-22-000447 333-206677-26 22568123 2022-01-18 https://sec.gov/Archives/edgar/data/1744707/000188852422000447
1744707 ABS-EE 0001888524-22-001762 333-206677-26 22696990 2022-02-17 https://sec.gov/Archives/edgar/data/1744707/000188852422001762
1744707 ABS-EE 0001888524-22-003814 333-206677-26 22785212 2022-03-17 https://sec.gov/Archives/edgar/data/1744707/000188852422003814
1744707 ABS-EE 0001888524-22-004889 333-206677-26 22862874 2022-04-18 https://sec.gov/Archives/edgar/data/1744707/000188852422004889
1744707 ABS-EE 0001888524-22-006423 333-206677-26 22976778 2022-05-17 https://sec.gov/Archives/edgar/data/1744707/000188852422006423
1744707 ABS-EE 0001888524-22-007749 333-206677-26 221053521 2022-06-17 https://sec.gov/Archives/edgar/data/1744707/000188852422007749
1744707 ABS-EE 0001888524-22-009044 333-206677-26 221110739 2022-07-15 https://sec.gov/Archives/edgar/data/1744707/000188852422009044
1744707 ABS-EE 0001888524-22-010383 333-206677-26 221210423 2022-08-17 https://sec.gov/Archives/edgar/data/1744707/000188852422010383
1744707 ABS-EE 0001888524-22-012102 333-206677-26 221279669 2022-09-16 https://sec.gov/Archives/edgar/data/1744707/000188852422012102
1744707 ABS-EE 0001888524-22-012998 333-206677-26 221336480 2022-10-17 https://sec.gov/Archives/edgar/data/1744707/000188852422012998
1744707 ABS-EE 0001888524-22-015153 333-206677-26 221443876 2022-11-18 https://sec.gov/Archives/edgar/data/1744707/000188852422015153
1744707 ABS-EE 0001888524-22-016199 333-206677-26 221499251 2022-12-16 https://sec.gov/Archives/edgar/data/1744707/000188852422016199
1744707 ABS-EE 0001888524-23-000926 333-206677-26 23572476 2023-01-18 https://sec.gov/Archives/edgar/data/1744707/000188852423000926
1744707 ABS-EE 0001888524-23-002456 333-206677-26 23697828 2023-02-17 https://sec.gov/Archives/edgar/data/1744707/000188852423002456
1744707 ABS-EE 0001888524-23-004429 333-206677-26 23775087 2023-03-17 https://sec.gov/Archives/edgar/data/1744707/000188852423004429
1744707 ABS-EE 0001888524-23-005724 333-206677-26 23855197 2023-04-17 https://sec.gov/Archives/edgar/data/1744707/000188852423005724
1744707 ABS-EE 0001888524-23-007624 333-206677-26 23980202 2023-05-17 https://sec.gov/Archives/edgar/data/1744707/000188852423007624
1744707 ABS-EE 0001888524-23-008930 333-206677-26 231055660 2023-06-16 https://sec.gov/Archives/edgar/data/1744707/000188852423008930
1744707 ABS-EE 0001888524-23-010245 333-206677-26 231113316 2023-07-17 https://sec.gov/Archives/edgar/data/1744707/000188852423010245
1744707 ABS-EE 0001888524-23-012123 333-206677-26 231228495 2023-08-13 https://sec.gov/Archives/edgar/data/1744707/000188852423012123
1744707 ABS-EE 0001888524-23-013486 333-206677-26 231286246 2023-09-15 https://sec.gov/Archives/edgar/data/1744707/000188852423013486
1744707 ABS-EE 0001888524-23-014911 333-206677-26 231359350 2023-10-17 https://sec.gov/Archives/edgar/data/1744707/000188852423014911
1744707 ABS-EE 0001888524-23-016326 333-206677-26 231454930 2023-11-17 https://sec.gov/Archives/edgar/data/1744707/000188852423016326
1744707 ABS-EE 0001888524-23-017572 333-206677-26 231519316 2023-12-15 https://sec.gov/Archives/edgar/data/1744707/000188852423017572
1744707 ABS-EE 0001888524-24-001021 333-206677-26 24581227 2024-01-18 https://sec.gov/Archives/edgar/data/1744707/000188852424001021
1744707 ABS-EE 0001888524-24-002307 333-206677-26 24699589 2024-02-16 https://sec.gov/Archives/edgar/data/1744707/000188852424002307
1744707 ABS-EE 0001888524-24-004681 333-206677-26 24788072 2024-03-15 https://sec.gov/Archives/edgar/data/1744707/000188852424004681
1744707 ABS-EE 0001888524-24-006313 333-206677-26 24894901 2024-04-17 https://sec.gov/Archives/edgar/data/1744707/000188852424006313
1744707 ABS-EE 0001888524-24-007722 333-206677-26 24996889 2024-05-17 https://sec.gov/Archives/edgar/data/1744707/000188852424007722
1744707 ABS-EE 0001888524-24-009013 333-206677-26 241076037 2024-06-17 https://sec.gov/Archives/edgar/data/1744707/000188852424009013
1744707 ABS-EE 0001888524-24-010725 333-206677-26 241151716 2024-07-17 https://sec.gov/Archives/edgar/data/1744707/000188852424010725
Downloads last month
31