Dataset Preview
Duplicate
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 20
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 26271)
              
              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 20
              
              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 dataset

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.

text
string
meta
dict
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Media; using System.Reflection; using System.Text.RegularExpressions; using System.Threading; using ACT.SpecialSpellTimer.Config; using ACT.SpecialSpellTimer.Models; using ACT....
{ "content_hash": "bc23aa9ee6e7b8b3181e86c2f6f8b0dc", "timestamp": "", "source": "github", "line_count": 667, "max_line_length": 185, "avg_line_length": 29.314842578710646, "alnum_prop": 0.45215567943538076, "repo_name": "anoyetta/ACT.SpecialSpellTimer", "id": "3a06f94bd07779167cbd4c0d2453d1011b5f9342...
require 'net/http' require 'uri' module TimezoneDetection class IpInfoDB attr_accessor :api_key module STATUS_CODES SUCCESS = "OK" FAIL = "ERROR" end def initialize @api_key = TimezoneDetection.api_key end def get_timezone_offset(ip) begin raise if ip == "127.0...
{ "content_hash": "03208a5f0abb683f001b5cb654b0dfe8", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 112, "avg_line_length": 22.533333333333335, "alnum_prop": 0.5877712031558185, "repo_name": "Bor1s/timezone-detection", "id": "91b81c58f40e6a5bf7060c610bf693dc0fa42212", "si...
using System; using System.Linq; using System.Xml.Linq; using Hl7.Fhir.Publication.Framework; using Hl7.Fhir.Publication.Framework.ExtensionMethods; using Hl7.Fhir.Support; namespace Hl7.Fhir.Publication.Specification.Profile.ValueSet.Index { internal class Factory { private readonly Log _log; ...
{ "content_hash": "5709365e5d1fa7469bbba22e1b20b7ec", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 134, "avg_line_length": 34.043956043956044, "alnum_prop": 0.5900581020012912, "repo_name": "InteropAdmin/FHIRGEN-DSTU2", "id": "79e2579ccb4b7247ed12d5d17682b60a65f374f6", "...
namespace Microsoft.Graph { using System; using System.Collections.Generic; using System.IO; /// <summary> /// The type WorkbookFunctionsBin2OctRequestBuilder. /// </summary> public partial class WorkbookFunctionsBin2OctRequestBuilder : BaseActionMethodRequestBuilder<IWorkbookFunctionsBin2O...
{ "content_hash": "9527333665db71619c55f8d714c779f4", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 171, "avg_line_length": 41.77358490566038, "alnum_prop": 0.6300813008130082, "repo_name": "ginach/msgraph-sdk-dotnet", "id": "6769bb6d972b4eea00638e1994d60a810013bf27", "si...
package sample; import org.codehaus.jackson.annotate.JsonIgnore; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlRootElement; import java.io.Serializable; ...
{ "content_hash": "e8828fa10e4ce3e9527cb4859cafa8a9", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 60, "avg_line_length": 20.265625, "alnum_prop": 0.5975327679259831, "repo_name": "Gitpiece/ssm", "id": "d4dcc12c4e67c8a3ca569fce5862172a093f6751", "size": "1297", "binary...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="hi_IN" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Indocoin</source> <translation>बिटकोइन के संबंध में</translation>...
{ "content_hash": "42b53c59aaa5d216487265f2400a09f7", "timestamp": "", "source": "github", "line_count": 2932, "max_line_length": 394, "avg_line_length": 34.19611186903138, "alnum_prop": 0.5825578727945503, "repo_name": "indocoinproject/indocoin", "id": "39c6d86924ace57e23788dbffafeb7f1f6544c65", "s...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Krypt. -Fl. Brandenburg (Leipzig) 6. 6: 75 (1935) #### Original name Mucor hiemalis var. alboflavus Zycha, 1935 ### Remarks null
{ "content_hash": "b3d1427a320e29e692125b19cf041611", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 49, "avg_line_length": 16.615384615384617, "alnum_prop": 0.7037037037037037, "repo_name": "mdoering/backbone", "id": "5e0b99ab2db564cba3909d1d5b7caf2470f45dc4", "size": "28...
package ra.jademy.persistance; import java.io.FileInputStream; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.Enumeration; import java.util.List; import java.util.Properties; import java.util.TreeSet; import ra.jademy.domain.CD; import ra.jademy.domain.Genre; im...
{ "content_hash": "6b3e15a8dfa4aef76fe3ca571888f1c9", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 111, "avg_line_length": 30.81967213114754, "alnum_prop": 0.7037234042553191, "repo_name": "roxanahagiu/WebMediaStore", "id": "6389b5b8913b4b0a7e9cb3ff1b235502cb38827f", "si...
<?xml version="1.0" encoding="UTF-8"?> <careServicesFunction xmlns:ev="http://www.w3.org/2001/xml-events" xmlns="urn:ihe:iti:csd:2013" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www...
{ "content_hash": "0dbc5780191048851ec881e0815a9af4", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 475, "avg_line_length": 80.72727272727273, "alnum_prop": 0.7477477477477478, "repo_name": "openhie/openinfoman-hwr", "id": "126842a22392e021a009d8b3a6ad31bde704aba2", "size...
using System; using System.Collections.Generic; namespace EZOper.NetSiteUtilities.AopApi { /// <summary> /// AOP API: alipay.member.coupon.querylist /// </summary> public class AlipayMemberCouponQuerylistRequest : IAopRequest<AlipayMemberCouponQuerylistResponse> { /// <summary> ///...
{ "content_hash": "af6af1dac24386ef4130a2a7f0421cc3", "timestamp": "", "source": "github", "line_count": 132, "max_line_length": 149, "avg_line_length": 27.65909090909091, "alnum_prop": 0.6047658175842235, "repo_name": "erikzhouxin/CSharpSolution", "id": "a8eb2cebc417585f2b26ec3ea1328b259dc184a1", "...
FROM balenalib/photon-xavier-nx-alpine:edge-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyser...
{ "content_hash": "69b26f876952678379360b5c3e4feb7a", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 698, "avg_line_length": 65.33333333333333, "alnum_prop": 0.7119047619047619, "repo_name": "nghiant2710/base-images", "id": "ed969fe6d9c8ddf5b162622a4c1c381547bcd67d", "size...
/* jshint -W097 */ "use strict"; import {Controller} from "./controller"; import {Debugger} from "./debugger"; import {ActivityNode} from "./history-data"; import {SourceMessage, SymbolMessage, StoppedMessage, StackTraceResponse, ScopesResponse, VariablesResponse, ProgramInfoResponse, InitializationResponse, ...
{ "content_hash": "f1c09e1ceb9328e85c48ab372485e16c", "timestamp": "", "source": "github", "line_count": 237, "max_line_length": 92, "avg_line_length": 31.139240506329113, "alnum_prop": 0.6959349593495935, "repo_name": "VAISHALI-DHANOA/SOMns", "id": "f8d47cbb06ae068dd635c4b4c1dd51dcbf7cc0b3", "size"...
/* * Deed API * * Land Registry Deed API * * OpenAPI spec version: 1.3.8 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * 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...
{ "content_hash": "944e3fd80df3e1942d73bfe6da5ab995", "timestamp": "", "source": "github", "line_count": 303, "max_line_length": 221, "avg_line_length": 37.17821782178218, "alnum_prop": 0.5125610297381269, "repo_name": "LandRegistry/dm-client-examples", "id": "89a8c08c757a52a696fcea92d6d392fa559c479c"...
End of preview.

No dataset card yet

Downloads last month
1