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 899
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 1757)
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 899
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 |
|---|---|
import React from 'react'
import Header from './header'
function About() {
return (
<div>
<Header title="关于我" introduction="This is what i do" />
<div className="container">
<div className="row">
<div className="col-lg-8 offset-lg-2 col-md-10 offset-md-1">
<p>Lorem ipsu... | {
"content_hash": "fe9266913c86500ca2c4011e2e0ed46a",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 257,
"avg_line_length": 50.36363636363637,
"alnum_prop": 0.703971119133574,
"repo_name": "dadiaoguai/blog-react-demo-front",
"id": "c02ae77030635d870de746c88b1d74cf25ad2987",... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using System.Web.Http.Description;
using TimeTrackingAPI.Models;
namespace TimeTrackingAP... | {
"content_hash": "a38603aa9b1c7ffecff6a239fd893d68",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 95,
"avg_line_length": 26.017094017094017,
"alnum_prop": 0.4914586070959264,
"repo_name": "SiyiStephanieYao/Task-Time-Manager",
"id": "a49a2d922c949c0f4562c3b6e778b64673aceb... |
using System;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using Azure;
using Azure.Core;
using Azure.Core.Pipeline;
using Azure.ResourceManager.Network.Models;
namespace Azure.ResourceManager.Network
{
/// <summary> Creates or updates the specified Azure Firewall. </summary>
p... | {
"content_hash": "07002af5760c3aa045c825a85980d94b",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 228,
"avg_line_length": 47.353846153846156,
"alnum_prop": 0.7361923326835608,
"repo_name": "jackmagic313/azure-sdk-for-net",
"id": "f5054afeb477f0b17e60b3b15ba37686e55b89f3",... |
define('getSpreadsheetFromFile', ['papaparse', 'xlsx' ], function (Papa, xlsx, __createReactClass) {
return (f, callback) => {
if (! f)
return callback(null, null);
if (! (window.File && window.FileReader && window.FileList && window.Blob))
return callback(null, null);
... | {
"content_hash": "b8be4348a71d48deab3458ba0429a366",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 113,
"avg_line_length": 40.4390243902439,
"alnum_prop": 0.45476477683956573,
"repo_name": "addrummond/nodeibexfarm",
"id": "98fdd6123d078325604826660ce7ea77dd78d2f9",
"size... |
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | {
"content_hash": "11e56ad2c64309fe3cb2b35cf9436458",
"timestamp": "",
"source": "github",
"line_count": 4379,
"max_line_length": 155,
"avg_line_length": 39.58323818223339,
"alnum_prop": 0.6873280064614763,
"repo_name": "googleapis/nodejs-speech",
"id": "fb4813a3b966e0b858ec1b1db8360ff4dbb885be",
"s... |
var express = require('express');
var router = express.Router();
var multer = require('multer');
var upload = multer({ dest: './uploads/' });
var Meows = require('../modules/meows');
var Kitties = require('../modules/kitties');
router.post('/signin', upload.single('file'), Kitties.signInKitty);
router.get('/kitty/:i... | {
"content_hash": "5f34ad4d1afc3cf5a1d9e23d2678a5b9",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 67,
"avg_line_length": 30.272727272727273,
"alnum_prop": 0.7057057057057057,
"repo_name": "mpuica/kitty-talk",
"id": "85df7e8751838f7478fb71cbfa815af510a299e5",
"size": "69... |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless re... | {
"content_hash": "699775888c78290f84c3ee828041359d",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 72,
"avg_line_length": 38.44444444444444,
"alnum_prop": 0.7630057803468208,
"repo_name": "google/fplbase",
"id": "b47efede6acf35daec4abca59568450241868179",
"size": "692",
... |
import type { Middleware } from './index'
const mediaType = 'application/json'
const charset = 'charset=utf-8'
export const CONTENT_TYPE_JSON = `${mediaType};${charset}`
const isJson = (contentType: string) =>
contentType === mediaType || contentType.startsWith(`${mediaType};`)
const alreadyEncoded = (body: unknown... | {
"content_hash": "9be1faf7c9737dabe28bc89f182eb5f9",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 93,
"avg_line_length": 31.38095238095238,
"alnum_prop": 0.633535660091047,
"repo_name": "tulios/mappersmith",
"id": "c018fcd5dc438524d49de1a0b832237ea9c93c8f",
"size": "131... |
<?php
class Google_Service_Bigquery_QueryRequest extends Google_Model
{
protected $defaultDatasetType = 'Google_Service_Bigquery_DatasetReference';
protected $defaultDatasetDataType = '';
public $dryRun;
public $kind;
public $maxResults;
public $preserveNulls;
public $query;
public $timeoutMs;
publi... | {
"content_hash": "c06e9c43199c3a8cdd5a11081d75b32b",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 93,
"avg_line_length": 20.674157303370787,
"alnum_prop": 0.6842391304347826,
"repo_name": "zahoorkhan/google-api-php-client",
"id": "4f8eaf493893b6b4871e8e0ef05f0412349a3c7b"... |
"import logging\nfrom typing import Any\nimport sys\n\nimport click\n\n\nLOG_STRING = click.style(\"(...TRUNCATED) | {"content_hash":"800238d70096ffde94727b1b08453c60","timestamp":"","source":"github","line_count":96,(...TRUNCATED) |
End of preview.
No dataset card yet
- Downloads last month
- -