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 407
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 814)
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 407
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 |
|---|---|
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Revis. gen. pl. (Leipzig) 3(2): 519 (1898)
#### Original name
Polyporus rhabarbarinus Berk., 1839
### Remarks
null | {
"content_hash": "2d3d6ff648d4d11f58ea4d2f20d83941",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 42,
"avg_line_length": 15.538461538461538,
"alnum_prop": 0.693069306930693,
"repo_name": "mdoering/backbone",
"id": "296f27a31fef4a082dffbe82e2f77cd19643a243",
"size": "270... |
import { Injectable } from '@angular/core';
import * as Rx from 'rxjs';
import { Observable } from 'rxjs/Rx';
import { HttpRequest, Modules } from '../../../services/index'
import { DefaultRequest } from '../../../models/default-request.model'
@Injectable()
export class PaymentListService {
constructor(private ... | {
"content_hash": "3bb29eeb0fe01647337e592206b397cf",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 104,
"avg_line_length": 33.666666666666664,
"alnum_prop": 0.6671744097486672,
"repo_name": "llarreta/larretasources",
"id": "a53b0f185a5c86b181a85d301cb52a50113eff0d",
"siz... |
'''
Created on Nov 15, 2018
'''
from __future__ import print_function
from __future__ import unicode_literals
import unittest
from pprint import pprint
from weblyzard_api.client import OGER_API_URL
from weblyzard_api.client.ontogene import OgerClient
from weblyzard_api.client.recognize import Recognize
from weblyza... | {
"content_hash": "553d415cea603b8dd2599847fec3a191",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 174,
"avg_line_length": 34.075,
"alnum_prop": 0.6845194424064563,
"repo_name": "weblyzard/weblyzard_api",
"id": "861f8e256135e78c1f55674f1a379b4dcd46d136",
"size": "1405",
... |
namespace CohesionAndCoupling
{
using System;
class _2DGeometryUtils
{
public static double CalcDistance2D(double x1, double y1, double x2, double y2)
{
double distance = Math.Sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1));
return distance;
}
p... | {
"content_hash": "52049c528410101ff613ef37589c9490",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 87,
"avg_line_length": 27.210526315789473,
"alnum_prop": 0.5531914893617021,
"repo_name": "2She2/HighQualityProgrammingCode",
"id": "9f554c3bef035327a31803cff547fab6fd2abb4c"... |
namespace SuperMap.Web.ISDotNET6
{
/// <summary>
/// <para>${IS6_GraphTextFormat_Title}</para>
/// <para>${IS6_GraphTextFormat_Description}</para>
/// </summary>
public enum GraphTextFormat
{
/// <summary>${IS6_GraphTextFormat_attribute_Undefined_D}</summary>
Undefined = 0,
... | {
"content_hash": "94cf44b9347206c9b21d9db8d802f0f7",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 86,
"avg_line_length": 37.18421052631579,
"alnum_prop": 0.5605095541401274,
"repo_name": "SuperMap/iClient-for-Silverlight",
"id": "ea60313a7c7f2679313bd7b9e2599cd1db1fd359",... |
const FtpNodeProxy = require('./FtpNodeProxy')
class FtpUploadPlugin {
constructor(options) {
this.options = options
}
apply(compiler) {
compiler.plugin('environment', (compilation, callback) => {
compiler.outputFileSystem = new FtpNodeProxy(this.options)
callback !== void 0 && callback()
... | {
"content_hash": "f876f8fcf092662b8e822567b64ee33f",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 64,
"avg_line_length": 24.266666666666666,
"alnum_prop": 0.6813186813186813,
"repo_name": "DmitriyRabotnov/ftp-upload-webpack-plugin",
"id": "2405ea24bdda2fd9858a13ad0a0bb0e3... |
package it.poliba.sisinflab.simlib.datamodel.abstat;
import it.poliba.sisinflab.simlib.datamodel.Arrow;
/**
* Created by giorgio on 12/05/16.
*/
public class AbstatArrow extends Arrow{
private int frequency = 0;
protected AbstatArrow(AbstatNode property, String direction, int frequency) {
super(pr... | {
"content_hash": "0de1e334af783a1762c3ce67bc9e0969",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 81,
"avg_line_length": 22.416666666666668,
"alnum_prop": 0.6821561338289963,
"repo_name": "sisinflab/simlib",
"id": "5a110755de84d26b371d952da6b47c218d5c4aa4",
"size": "538... |
package edu.sjsu.movemonitor.app;
import android.app.ListActivity;
import android.database.Cursor;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import an... | {
"content_hash": "4f04eeb27139f142f933b021ff82726e",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 114,
"avg_line_length": 32.525,
"alnum_prop": 0.6625672559569562,
"repo_name": "jonguan/MoveMonitor",
"id": "c30797d13e8bdc4b65776e53064090b9d6591e4d",
"size": "2602",
"b... |
class CreateCompats < ActiveRecord::Migration[6.0]
def change
create_table :compats do |t|
t.jsonb :dependencies
t.string :status_determined_by
t.integer :status
t.datetime :checked_at
t.references :rails_release
t.timestamps
end
add_index :compats, %i(dependencies rai... | {
"content_hash": "55083ef15dcd252214ed5a2a12e22b88",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 71,
"avg_line_length": 25.642857142857142,
"alnum_prop": 0.6713091922005571,
"repo_name": "rubyperu/ready4rails",
"id": "7bf80b731a1049dac5439e259f728974fb9475b9",
"size": ... |
int64_t NtpGetTime(CNetAddr& ip);
// Get time from provided server.
int64_t NtpGetTime(const std::string &strHostName);
extern std::string strTrustedUpstream;
// NTP time samples thread.
void ThreadNtpSamples(void* parg);
// NTP offset
int64_t GetNtpOffset();
#endif // SEQUENCE_NTP_H | {
"content_hash": "65e4a46060ad6e75c811a759b24ae16f",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 51,
"avg_line_length": 20.642857142857142,
"alnum_prop": 0.7508650519031141,
"repo_name": "duality-solutions/Sequence",
"id": "514c35d902b2df0a82bc74d77a2dd9c93aac88a6",
"s... |
package controllers
import javax.inject.{Singleton, Inject}
import com.mohiva.play.silhouette.api.Environment
import com.mohiva.play.silhouette.impl.authenticators.CookieAuthenticator
import models.User
import play.api.i18n.MessagesApi
/**
* Created by gbecan on 9/30/15.
*/
@Singleton
class ProfileController @Inje... | {
"content_hash": "f2cc8ecced390603fbdea06fbdbd3baa",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 138,
"avg_line_length": 25.95,
"alnum_prop": 0.7784200385356455,
"repo_name": "OpenCompare/OpenCompare",
"id": "8be520c03be6fd014bd36dfee49e86cdafeb030b",
"size": "519",
... |
var getDistance = require('gl-vec2/distance')
var EventEmitter = require('events').EventEmitter
var dprop = require('dprop')
var eventOffset = require('mouse-event-offset')
module.exports = touchPinch
function touchPinch (target) {
target = target || window
var emitter = new EventEmitter()
var fingers = [ null,... | {
"content_hash": "a96d8bf5ff1e1ae4c1d0a64e3289c3f4",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 80,
"avg_line_length": 26.88888888888889,
"alnum_prop": 0.6227515799708313,
"repo_name": "Jam3/touch-pinch",
"id": "a785a733dc09e957fb43d5ab0581e804f63d1333",
"size": "411... |
This project implements a MicroPython interpreter using the [MQTT_API](../../../doc/MQTT_API.md) on myriad site.
### Notes
* EOT Camera module is used. (Remenber to initialise I2C buses at the beginning)
* Multiclient is supported.
* See more information in ==EoT Deriverable 3.1==. | {
"content_hash": "01133e6890a2e1ed42141c7990b7aae6",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 112,
"avg_line_length": 31.77777777777778,
"alnum_prop": 0.7307692307692307,
"repo_name": "EyesOfThings/Software",
"id": "f0f2a77238d8cd9ed428d74571c67323526a2ad3",
"size": ... |
<div id="typography-example">
<div class="row">
<div class="twelve potatoes">
<h1 class="font-bold">Typography</h1>
<p>Headers</p>
<h1>h1. All their equipment and instruments are alive.</h1>
<h2>h2. A red flair silhouetted the jagged edge of a wing.</h2>
<h3>h3. I watched the storm, so beautiful yet t... | {
"content_hash": "2925765615ea22e334cbf348801ca18b",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 790,
"avg_line_length": 56.625,
"alnum_prop": 0.7246136865342163,
"repo_name": "ummahusla/PotatoCSS",
"id": "efb9cfe66bd6590ad9e836cbfa04846a31287e2c",
"size": "1812",
"b... |
package metamorphic.dsl.model
trait RelationEnd {
val className: String
}
case class ObjectEnd(override val className: String) extends RelationEnd
case class ListEnd(override val className: String) extends RelationEnd | {
"content_hash": "44f9973eece86f177bdd586a08c10a5d",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 72,
"avg_line_length": 24.88888888888889,
"alnum_prop": 0.8125,
"repo_name": "frroliveira/metamorphic",
"id": "4355fd963c05243a7fb1cdaec0237950e5d5cdc2",
"size": "224",
"b... |
#include <errno.h>
#ifndef _WIN32
# include <sys/socket.h>
# include <unistd.h>
#endif
#include "uv.h"
#include "task.h"
#define NUM_CLIENTS 5
#define TRANSFER_BYTES (1 << 16)
#undef MIN
#define MIN(a, b) (((a) < (b)) ? (a) : (b));
typedef enum {
UNIDIRECTIONAL,
DUPLEX
} test_mode_t;
typedef struct connec... | {
"content_hash": "6321ffc189e34926cb3c8d281830bad0",
"timestamp": "",
"source": "github",
"line_count": 541,
"max_line_length": 78,
"avg_line_length": 23.866913123844732,
"alnum_prop": 0.5831009913258984,
"repo_name": "guiquanz/stronglink",
"id": "0541c5fb62f04974aeed3e05ea9f6d56c5a39faf",
"size": ... |
module(..., package.seeall)
ABOUT = {
NAME = "console.lua",
VERSION = "2022.11.06",
DESCRIPTION = "console UI for openLuup",
AUTHOR = "@akbooer",
COPYRIGHT = "(c) 2013-2022 AKBooer",
DOCUMENTATION = "https://github.com/akbooer/openLuup/tree/master/Documentation",
LICENSE ... | {
"content_hash": "a4beecf317d68123a558187429b54a20",
"timestamp": "",
"source": "github",
"line_count": 3660,
"max_line_length": 133,
"avg_line_length": 38.399180327868855,
"alnum_prop": 0.6246006503440277,
"repo_name": "akbooer/openLuup",
"id": "8d124e09c08b9829ffeab389ebb7e6701707fa00",
"size": "... |
package Chapter1.Section1;
import edu.princeton.cs.algs4.StdIn;
import java.util.ArrayList;
public class Exercise21
{
public static void main(String[] args)
{
String[] lines = StdIn.readAllLines();
printLines(lines);
}
public static void printLines(String[] lines)
{
for(St... | {
"content_hash": "0f903b43af18d68a37fe16a7d1ec9171",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 64,
"avg_line_length": 25.823529411764707,
"alnum_prop": 0.49430523917995445,
"repo_name": "bretgourdie/algorithms-sedgewick",
"id": "9d49c4bde5467505419aa763013825e438027061... |
schema: default
title: >-
Politician Data: Indonesia — Dewan Perwakilan Rakyat
organization: EveryPolitician
notes: >-
Data on the people within the Dewan Perwakilan Rakyat legislature of Indonesia.
resources:
- name: How To Use The Data
url: 'http://docs.everypolitician.org/use_the_data.html'
format: inf... | {
"content_hash": "45d6af6a44114d246de5db67f512dc49",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 149,
"avg_line_length": 33.78048780487805,
"alnum_prop": 0.7342960288808664,
"repo_name": "mysociety/jkan",
"id": "fb8c1cd9561585dc0297b4124589a461aee3453f",
"size": "1393"... |
End of preview.
No dataset card yet
- Downloads last month
- 1