Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: ArrowInvalid
Message: JSON parse error: Missing a closing quotation mark in string. in row 363
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 145, in _generate_tables
dataset = json.load(f)
File "/usr/local/lib/python3.9/json/__init__.py", line 293, in load
return loads(fp.read(),
File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 2 column 1 (char 107926)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1995, in _prepare_split_single
for _, table in generator:
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 148, in _generate_tables
raise e
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 122, in _generate_tables
pa_table = paj.read_json(
File "pyarrow/_json.pyx", line 308, in pyarrow._json.read_json
File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
pyarrow.lib.ArrowInvalid: JSON parse error: Missing a closing quotation mark in string. in row 363
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 1529, 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 1154, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2038, 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.
text string | meta dict |
|---|---|
<?xml version="1.0" ?><!DOCTYPE TS><TS language="ja" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About Cebulion</source>
<translation>Cebulionについて</translation>
</mess... | {
"content_hash": "b779dbed3881ed7247576748e9be6e2c",
"timestamp": "",
"source": "github",
"line_count": 2917,
"max_line_length": 395,
"avg_line_length": 33.274254370929036,
"alnum_prop": 0.5884958943344907,
"repo_name": "cebulion/cebulion",
"id": "136847b35ffef3ac4e7df5cda4cd1a265e7b19d5",
"size": ... |
package running_test
import (
"code.cloudfoundry.org/cli/cf/i18n"
"code.cloudfoundry.org/cli/utils/testhelpers/configuration"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestRunning(t *testing.T) {
config := configuration.NewRepositoryWithDefaults()
i18n.T = i18n.Init(config)
Regi... | {
"content_hash": "cf4cfb59b0c64f34f7868fc28ccaf294",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 60,
"avg_line_length": 20.77777777777778,
"alnum_prop": 0.7459893048128342,
"repo_name": "jabley/cf-metrics",
"id": "858bb1b671d341e9d45542008aa2d70235909ea1",
"size": "374... |
import json
from contextlib import contextmanager
import mock
import os
import random
import tempfile
import unittest
import shutil
import copy
import time
from collections import defaultdict, Counter
from swift.common.exceptions import RingBuilderError
from swift.common.ring import RingBuilder, Ring
from swift.comm... | {
"content_hash": "1d3784a60869943e63853f78a6b906e6",
"timestamp": "",
"source": "github",
"line_count": 1296,
"max_line_length": 79,
"avg_line_length": 44.11882716049383,
"alnum_prop": 0.6095876036237714,
"repo_name": "tipabu/swift",
"id": "feec37ed2072d8c6240b38c2c23f9f342641a861",
"size": "57772"... |
"require_relative 'spec_helper'\n\nmodule Aws::Appflow\n describe EndpointProvider do\n subject (...TRUNCATED) | {"content_hash":"526db7e57ae589f26346f13d102f1633","timestamp":"","source":"github","line_count":944(...TRUNCATED) |
"$:.unshift File.expand_path('../../lib', __FILE__)\n\nrequire 'rubygems'\nrequire 'bundler/setup'\n(...TRUNCATED) | {"content_hash":"bf9226a1fe536602c7d56c40ff5e5949","timestamp":"","source":"github","line_count":30,(...TRUNCATED) |
"from django.shortcuts import render\nfrom dal.autocomplete import Select2QuerySetView\nfrom django.(...TRUNCATED) | {"content_hash":"63f308de37368a0e74e9685827dec83e","timestamp":"","source":"github","line_count":56,(...TRUNCATED) |
"\r\npackage com.jfoenix.concurrency;\r\n\r\nimport java.util.concurrent.CountDownLatch;\r\n\r\nimpo(...TRUNCATED) | {"content_hash":"bedd2a5400463102b333beff24570b46","timestamp":"","source":"github","line_count":41,(...TRUNCATED) |
"using System.Collections.Generic;\nusing GRA.Controllers.ViewModel.Shared;\n\nnamespace GRA.Cont(...TRUNCATED) | {"content_hash":"ef0e645731fe3f5ede27b4f93daf5dcc","timestamp":"","source":"github","line_count":26,(...TRUNCATED) |
"package org.usfirst.frc.team5518.robot.subsystems;\n\nimport org.usfirst.frc.team5518.robot.RobotMa(...TRUNCATED) | {"content_hash":"72afa21355bf00550948d5459ede17ec","timestamp":"","source":"github","line_count":47,(...TRUNCATED) |
"\n#pragma once\n\n#include \"ofMain.h\"\n\n#include \"ofxPd.h\"\n\n#include \"ofPipe.h\"\n#include (...TRUNCATED) | {"content_hash":"0894769ac71677e611985ece46cec4aa","timestamp":"","source":"github","line_count":154(...TRUNCATED) |
End of preview.
No dataset card yet
- Downloads last month
- 1