Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot extract the features (columns) for the split 'train' of the config 'default' of the dataset.
Error code:   FeaturesError
Exception:    ArrowInvalid
Message:      Schema at index 1 was different: 
id: string
image_path: string
image_relpath: string
chartmeister_json: string
metadata: struct<>
vs
type: string
version: int64
source: string
about: struct<title: string, description: string, createdAt: string, modifiedAt: string, generator: struct<name: string, version: string, url: string>>
elements: list<item: struct<id: string, type: string, x: int64, y: int64, width: int64, height: double, strokeColor: string, backgroundColor: string, strokeWidth: int64, locked: bool, customData: struct<originalData: struct<id: string, label: string, value: double, type: string, cumulative: double, editable: bool, showValueLabel: bool, showCategoryLabel: bool, color: string, borderColor: string, borderWidth: int64, segments: list<item: null>, anchorToBaseline: bool, computeTotal: bool>>, chartData: struct<label: string, value: double, type: string, cumulative: double, editable: bool, showValueLabel: bool, showCategoryLabel: bool, color: string, borderColor: string, borderWidth: int64, segments: list<item: null>>>>
appState: struct<viewBackgroundColor: string, currentItemStrokeColor: string, currentItemBackgroundColor: string, currentItemFillStyle: string, currentItemStrokeWidth: int64, currentItemStrokeStyle: string, currentItemRoughness: int64, currentItemOpacity: int64, currentItemFontFamily: int64, currentItemFontSize: int64, currentItemTextAlign: string, currentItemStartArrowhead: null, currentItemEndArrowhead: null, scrollX: int64, scrollY: int64, zoom: struct<value: int64>, gridSize: null, viewModeEnabled: bool, theme: string, selectedElementIds: struct<>, selectedGroupIds: struct<>, editingGroupId: null, editingLinearElement: null, selectedElements: struct<elements: list<item: null>, appState: struct<>>, chartState: struct<selectedBar: null, selectedConnector: null, selectedSegment: null, selectedPercentAnnotation: null, hoveredElement: null, editingLabel: null, editingValue: null, editingSegmentValue: null, isDragging: bool, draggingSegment: null, showLockIcon: null, percentAnnotations: list<item: null>, guides: list<item: null>, selectedGuideId: null, contextMenu: null>, chartVisual: struct<title: string, subtitle: string, showTitle: bool, showSubtitle: bool, showLegend: bool, showYAxis: bool, showYAxisName: bool, showYAxisLine: bool, showYAxisTicks: bool, showYAxisLabels: bool, showXAxis: bool, showXAxisName: bool, showXAxisLine: bool, showXAxisTicks: bool, showBackgroundGrid: bool, hiddenLegendColors: list<item: null>, legendEntries: list<item: struct<color: string, label: string, shape: string>>, legendIconShapes: struct<#3b82f6: string, #22c55e: string, #60a5fa: string, #38bdf8: string, #2563eb: string, #16a34a: string, #cbd5f5: string>, legendLayout: string, legendRows: int64, legendColumns: int64, legendLabelFontSize: int64, titleAlignment: string, subtitleAlignment: string, legendAlignment: string, xAxisLabelRotation: int64, autoRotationEnabled: bool, dynamicPositioningEnabled: bool, titleVerticalPosition: int64, subtitleVerticalPosition: int64, legendVerticalPosition: int64, chartBorder: struct<color: string, width: int64, type: string>, cornerRadius: int64, topCornerRadius: int64, bottomCornerRadius: int64, separateCornerRadius: bool, connectors: struct<visible: bool, strokeWidth: int64, strokeDasharray: string, color: string>, percentAnnotations: struct<visible: bool, color: string, fontSize: int64, fontWeight: int64>, valueLabels: struct<visible: bool, position: string, color: string, fontSize: int64, fontWeight: int64, offset: int64, format: string>, categoryLabels: struct<visible: bool, position: string, color: string, fontSize: int64, fontWeight: int64, offset: int64>, yAxis: struct<visible: bool, minValue: int64, maxValue: int64, tickInterval: int64, color: string, fontSize: int64, fontWeight: int64, tickLength: int64, gridLines: bool, title: string>, layout: struct<barWidth: int64, barSpacing: int64, chartWidth: int64, chartHeight: int64, marginTop: int64, marginBottom: int64, marginLeft: int64, marginRight: int64>, axisStrokeColors: struct<xAxis: string, yAxis: string>>>
files: struct<>
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 228, in compute_first_rows_from_streaming_response
                  iterable_dataset = iterable_dataset._resolve_features()
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 3496, in _resolve_features
                  features = _infer_features_from_batch(self.with_format(None)._head())
                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2257, in _head
                  return next(iter(self.iter(batch_size=n)))
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2461, in iter
                  for key, example in iterator:
                                      ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 1952, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 1974, in _iter_arrow
                  yield from self.ex_iterable._iter_arrow()
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 563, in _iter_arrow
                  yield new_key, pa.Table.from_batches(chunks_buffer)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "pyarrow/table.pxi", line 5039, in pyarrow.lib.Table.from_batches
                File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
              pyarrow.lib.ArrowInvalid: Schema at index 1 was different: 
              id: string
              image_path: string
              image_relpath: string
              chartmeister_json: string
              metadata: struct<>
              vs
              type: string
              version: int64
              source: string
              about: struct<title: string, description: string, createdAt: string, modifiedAt: string, generator: struct<name: string, version: string, url: string>>
              elements: list<item: struct<id: string, type: string, x: int64, y: int64, width: int64, height: double, strokeColor: string, backgroundColor: string, strokeWidth: int64, locked: bool, customData: struct<originalData: struct<id: string, label: string, value: double, type: string, cumulative: double, editable: bool, showValueLabel: bool, showCategoryLabel: bool, color: string, borderColor: string, borderWidth: int64, segments: list<item: null>, anchorToBaseline: bool, computeTotal: bool>>, chartData: struct<label: string, value: double, type: string, cumulative: double, editable: bool, showValueLabel: bool, showCategoryLabel: bool, color: string, borderColor: string, borderWidth: int64, segments: list<item: null>>>>
              appState: struct<viewBackgroundColor: string, currentItemStrokeColor: string, currentItemBackgroundColor: string, currentItemFillStyle: string, currentItemStrokeWidth: int64, currentItemStrokeStyle: string, currentItemRoughness: int64, currentItemOpacity: int64, currentItemFontFamily: int64, currentItemFontSize: int64, currentItemTextAlign: string, currentItemStartArrowhead: null, currentItemEndArrowhead: null, scrollX: int64, scrollY: int64, zoom: struct<value: int64>, gridSize: null, viewModeEnabled: bool, theme: string, selectedElementIds: struct<>, selectedGroupIds: struct<>, editingGroupId: null, editingLinearElement: null, selectedElements: struct<elements: list<item: null>, appState: struct<>>, chartState: struct<selectedBar: null, selectedConnector: null, selectedSegment: null, selectedPercentAnnotation: null, hoveredElement: null, editingLabel: null, editingValue: null, editingSegmentValue: null, isDragging: bool, draggingSegment: null, showLockIcon: null, percentAnnotations: list<item: null>, guides: list<item: null>, selectedGuideId: null, contextMenu: null>, chartVisual: struct<title: string, subtitle: string, showTitle: bool, showSubtitle: bool, showLegend: bool, showYAxis: bool, showYAxisName: bool, showYAxisLine: bool, showYAxisTicks: bool, showYAxisLabels: bool, showXAxis: bool, showXAxisName: bool, showXAxisLine: bool, showXAxisTicks: bool, showBackgroundGrid: bool, hiddenLegendColors: list<item: null>, legendEntries: list<item: struct<color: string, label: string, shape: string>>, legendIconShapes: struct<#3b82f6: string, #22c55e: string, #60a5fa: string, #38bdf8: string, #2563eb: string, #16a34a: string, #cbd5f5: string>, legendLayout: string, legendRows: int64, legendColumns: int64, legendLabelFontSize: int64, titleAlignment: string, subtitleAlignment: string, legendAlignment: string, xAxisLabelRotation: int64, autoRotationEnabled: bool, dynamicPositioningEnabled: bool, titleVerticalPosition: int64, subtitleVerticalPosition: int64, legendVerticalPosition: int64, chartBorder: struct<color: string, width: int64, type: string>, cornerRadius: int64, topCornerRadius: int64, bottomCornerRadius: int64, separateCornerRadius: bool, connectors: struct<visible: bool, strokeWidth: int64, strokeDasharray: string, color: string>, percentAnnotations: struct<visible: bool, color: string, fontSize: int64, fontWeight: int64>, valueLabels: struct<visible: bool, position: string, color: string, fontSize: int64, fontWeight: int64, offset: int64, format: string>, categoryLabels: struct<visible: bool, position: string, color: string, fontSize: int64, fontWeight: int64, offset: int64>, yAxis: struct<visible: bool, minValue: int64, maxValue: int64, tickInterval: int64, color: string, fontSize: int64, fontWeight: int64, tickLength: int64, gridLines: bool, title: string>, layout: struct<barWidth: int64, barSpacing: int64, chartWidth: int64, chartHeight: int64, marginTop: int64, marginBottom: int64, marginLeft: int64, marginRight: int64>, axisStrokeColors: struct<xAxis: string, yAxis: string>>>
              files: struct<>

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.

No dataset card yet

Downloads last month
1