Dataset Viewer
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
schema_version: string
data_version: string
canonical_url: string
license: struct<id: string, name: string, url: string>
  child 0, id: string
  child 1, name: string
  child 2, url: string
fields: list<item: struct<name: string, label: string>>
  child 0, item: struct<name: string, label: string>
      child 0, name: string
      child 1, label: string
rows: list<item: struct<model: string, host_support: string, display_capability: string, display_interface (... 258 chars omitted)
  child 0, item: struct<model: string, host_support: string, display_capability: string, display_interfaces: string,  (... 246 chars omitted)
      child 0, model: string
      child 1, host_support: string
      child 2, display_capability: string
      child 3, display_interfaces: string
      child 4, switching_method: string
      child 5, keyboard_mouse_channel: string
      child 6, peripheral_usb_capability: string
      child 7, clamshell_support: string
      child 8, power_delivery: string
      child 9, known_non_working_combinations: string
      child 10, official_support_evidence: string
      child 11, public_user_report: string
evidence_strength_values: list<item: string>
  child 0, item: string
methodology_disclosure: string
citation_format: string
records: list<item: struct<model: string, field_name: string, field_label: string, value: string, source_type (... 284 chars omitted)
  child 0, item: struct<model: string, field_name: string, field_label: string, value: string, source_type: string, s (... 272 chars omitted)
      child 0, model: string
      child 1, field_name: string
      child 2, field_label: string
      child 3, value: string
      child 4, source_type: string
      child 5, status: string
      child 6, source_urls: list<item: string>
          child 0, item: string
      child 7, source_scope: string
      child 8, last_checked: timestamp[s]
      child 9, valid_from: timestamp[s]
      child 10, valid_to: timestamp[s]
      child 11, source_location: string
      child 12, evidence_strength: string
      child 13, independent_report_count: int64
      child 14, conflict_variables: list<item: string>
          child 0, item: string
models: list<item: string>
  child 0, item: string
partial_report_policy: string
to
{'schema_version': Value('string'), 'data_version': Value('string'), 'canonical_url': Value('string'), 'license': {'id': Value('string'), 'name': Value('string'), 'url': Value('string')}, 'citation_format': Value('string'), 'fields': List({'name': Value('string'), 'label': Value('string'), 'source_type': Value('string')}), 'models': List(Value('string')), 'records': List({'model': Value('string'), 'field_name': Value('string'), 'field_label': Value('string'), 'value': Value('string'), 'source_type': Value('string'), 'status': Value('string'), 'source_urls': List(Value('string')), 'source_scope': Value('string'), 'last_checked': Value('timestamp[s]'), 'valid_from': Value('timestamp[s]'), 'valid_to': Value('timestamp[s]'), 'source_location': Value('string'), 'evidence_strength': Value('string'), 'independent_report_count': Value('int64'), 'conflict_variables': List(Value('string'))}), 'evidence_strength_values': List(Value('string')), 'partial_report_policy': Value('string'), 'methodology_disclosure': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                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 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              schema_version: string
              data_version: string
              canonical_url: string
              license: struct<id: string, name: string, url: string>
                child 0, id: string
                child 1, name: string
                child 2, url: string
              fields: list<item: struct<name: string, label: string>>
                child 0, item: struct<name: string, label: string>
                    child 0, name: string
                    child 1, label: string
              rows: list<item: struct<model: string, host_support: string, display_capability: string, display_interface (... 258 chars omitted)
                child 0, item: struct<model: string, host_support: string, display_capability: string, display_interfaces: string,  (... 246 chars omitted)
                    child 0, model: string
                    child 1, host_support: string
                    child 2, display_capability: string
                    child 3, display_interfaces: string
                    child 4, switching_method: string
                    child 5, keyboard_mouse_channel: string
                    child 6, peripheral_usb_capability: string
                    child 7, clamshell_support: string
                    child 8, power_delivery: string
                    child 9, known_non_working_combinations: string
                    child 10, official_support_evidence: string
                    child 11, public_user_report: string
              evidence_strength_values: list<item: string>
                child 0, item: string
              methodology_disclosure: string
              citation_format: string
              records: list<item: struct<model: string, field_name: string, field_label: string, value: string, source_type (... 284 chars omitted)
                child 0, item: struct<model: string, field_name: string, field_label: string, value: string, source_type: string, s (... 272 chars omitted)
                    child 0, model: string
                    child 1, field_name: string
                    child 2, field_label: string
                    child 3, value: string
                    child 4, source_type: string
                    child 5, status: string
                    child 6, source_urls: list<item: string>
                        child 0, item: string
                    child 7, source_scope: string
                    child 8, last_checked: timestamp[s]
                    child 9, valid_from: timestamp[s]
                    child 10, valid_to: timestamp[s]
                    child 11, source_location: string
                    child 12, evidence_strength: string
                    child 13, independent_report_count: int64
                    child 14, conflict_variables: list<item: string>
                        child 0, item: string
              models: list<item: string>
                child 0, item: string
              partial_report_policy: string
              to
              {'schema_version': Value('string'), 'data_version': Value('string'), 'canonical_url': Value('string'), 'license': {'id': Value('string'), 'name': Value('string'), 'url': Value('string')}, 'citation_format': Value('string'), 'fields': List({'name': Value('string'), 'label': Value('string'), 'source_type': Value('string')}), 'models': List(Value('string')), 'records': List({'model': Value('string'), 'field_name': Value('string'), 'field_label': Value('string'), 'value': Value('string'), 'source_type': Value('string'), 'status': Value('string'), 'source_urls': List(Value('string')), 'source_scope': Value('string'), 'last_checked': Value('timestamp[s]'), 'valid_from': Value('timestamp[s]'), 'valid_to': Value('timestamp[s]'), 'source_location': Value('string'), 'evidence_strength': Value('string'), 'independent_report_count': Value('int64'), 'conflict_variables': List(Value('string'))}), 'evidence_strength_values': List(Value('string')), 'partial_report_policy': Value('string'), 'methodology_disclosure': 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.

SetupMeld Docking Station Compatibility Matrix Data

Machine-readable compatibility data for docking stations, KVM docks, USB-C and Thunderbolt setups. This release is designed to support decisions about whether a host, dock, display, keyboard, mouse, and switching path will work together.

Release

  • Schema version: 1.1.0
  • Data version: 2026-09-16.5
  • License: CC BY 4.0 (cc-by-4.0)

Files

  • matrix-facts.json: canonical fact-level source; the hand-maintained data file.
  • matrix-facts.csv: generated fact-level view, with one record per Matrix cell or historical version.
  • matrix-wide.json: generated one-model-per-row view.
  • matrix-wide.csv: generated one-model-per-row view.

Coverage

The data uses a fixed field vocabulary covering host support, display capability, display interfaces, switching method, keyboard and mouse channel, peripheral USB capability, clamshell support, Power Delivery, known non-working combinations, official support evidence, and public user reports.

Evidence and status

Active records use one of three source types: official_specification, official_support, or public_user_report. Verification is represented separately with the statuses verified, pending, or not_applicable. Public-user-report rows preserve evidence strength, independent report count, and conflict variables when available. Historical closed v1.0 rows are retained for auditability.

Limitations

SetupMeld does not currently perform in-house hardware testing. Compatibility evidence is based on manufacturer specifications, official support documentation, and traceable public user reports. Host chip, operating system, firmware, cables, display count, resolution, refresh rate, protocol path, clamshell mode, and power can change an outcome; a pending or unverified field should not be treated as a confirmed compatibility claim.

Citation

For the canonical guide and citation context, see the SetupMeld Docking Station Compatibility Matrix.

Downloads last month
22