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: TypeError
Message: Couldn't cast array of type string to null
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2312, in cast_table_to_schema
cast_array_to_feature(
~~~~~~~~~~~~~~~~~~~~~^
table[name] if name in table_column_names else pa.array([None] * len(table), type=schema.field(name).type),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
feature,
^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1861, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2068, in cast_array_to_feature
_c(array.field(name) if name in array_fields else null_array, subfeature)
~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
return func(array, *args, **kwargs)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2068, in cast_array_to_feature
_c(array.field(name) if name in array_fields else null_array, subfeature)
~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
return func(array, *args, **kwargs)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2068, in cast_array_to_feature
_c(array.field(name) if name in array_fields else null_array, subfeature)
~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
return func(array, *args, **kwargs)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2152, in cast_array_to_feature
return array_cast(
array,
...<2 lines>...
allow_decimal_to_str=allow_decimal_to_str,
)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
return func(array, *args, **kwargs)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2014, in array_cast
raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
TypeError: Couldn't cast array of type string to null
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 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, 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.
id string | text string | metadata dict | selection dict |
|---|---|---|---|
repository_e870a69beebe4c501811ddb2 | <|repo_start|>0xbolt/machine-learning-experiments@a7891792759787c4b117dd656d73b9256b3d9eef
<|file_start|>sklearn-experiments/README.md
# sklearn-experiments
## References
- [Sklearn User Guide](https://scikit-learn.org/stable/user_guide.html)
- [Sklearn Examples](https://scikit-learn.org/stable/auto_examples/index.html... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"markdown"
],
"repository_health_band": "B"
},
"id": "repository_e870a69beebe4c501811ddb2",
"meta": {
"assembled_content_sha256": "2a59d6f4e6d9de93fb40cbf4f0514edabe5d4a6eefb512725d74ebb5f5be6ab8",
"commit_id": "a789... | {
"domain": "repository_code",
"source_ordinal_in_lane": 0,
"token_count_with_eod": 113,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 0
} |
repository_0e6e0fe91b96387e6144883c | <|repo_start|>007sabari/-GPT-Based-Smart-Assistant-@ce80fc5e36fcc1253029ff9f0378bb0f2e10bd0a
<|file_start|>app.py
import openai
import pyttsx3
import speech_recognition as sr
import webbrowser
from apikey import api_data
openai.api_key = api_data
Model = 'gpt-4o'
engine = pyttsx3.init('sapi5')
voices ... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"python"
],
"repository_health_band": "A"
},
"id": "repository_0e6e0fe91b96387e6144883c",
"meta": {
"assembled_content_sha256": "a292cbb4259ea544036fdf2965d5c02d86fea3c77f827d74c3b92f2e683afb98",
"commit_id": "ce80fc... | {
"domain": "repository_code",
"source_ordinal_in_lane": 1,
"token_count_with_eod": 492,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 1
} |
repository_bbb230d3cb72ce8ee752c3ff | <|repo_start|>0-DAyFF13R/watchShop@80cb8b885c8c4a98716822773090aef8e521b4a1
<|file_start|>app.js
class Cart {
constructor() {
this.items = [];
}
addItem(item) {
this.items.push(item);
}
cartCleaner() {
this.items = [];
console.log('WORK');
}
}<|file_end|>
<|file... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"css",
"javascript"
],
"repository_health_band": "B"
},
"id": "repository_bbb230d3cb72ce8ee752c3ff",
"meta": {
"assembled_content_sha256": "e7d9c8f94e8665430a9eec9988e699ade0eba49dd45a15f69ed25be412e8802d",
"co... | {
"domain": "repository_code",
"source_ordinal_in_lane": 2,
"token_count_with_eod": 635,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 2
} |
repository_42136eba6c9a47ccfbc5c405 | <|repo_start|>14770788266lp/14770788266lp@cb996b1b6f18a2d02edf31e8177f35d7c6a24809
<|file_start|>README.md
- 👋 Hi, I’m @14770788266lp
- 👀 I’m interested in ...
- 🌱 I’m currently learning ...
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me ...
<!---
14770788266lp/14770788266lp is a ✨ special ✨ repositor... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"markdown"
],
"repository_health_band": "B"
},
"id": "repository_42136eba6c9a47ccfbc5c405",
"meta": {
"assembled_content_sha256": "8da2f8e968d088f2dd1727adbb97fdac296eb1434bbcbc40c1dc2350a6aa73a3",
"commit_id": "cb99... | {
"domain": "repository_code",
"source_ordinal_in_lane": 3,
"token_count_with_eod": 172,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 3
} |
repository_e3dfa7c6280676d8cfa78338 | <|repo_start|>0165225/ATM-management-system@55253e5eb35d0f39cd0f4d9986ab401adcd0863d
<|file_start|>ATM_project.cpp
#include<stdio.h>
#include<conio.h>
#include<iostream>
#include<cstdlib>
using namespace std;
class atm_management
{
char y;
int balance=100000;
public:
void deposite_money();
void withdr... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"cpp"
],
"repository_health_band": "A"
},
"id": "repository_e3dfa7c6280676d8cfa78338",
"meta": {
"assembled_content_sha256": "4cc157aa1e387d3f32aac1c4ee0ef9b90ff6b94be984f6004d7cf719ba930fd7",
"commit_id": "55253e5eb... | {
"domain": "repository_code",
"source_ordinal_in_lane": 4,
"token_count_with_eod": 837,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 4
} |
repository_e15d644b3962c4d7db650f58 | <|repo_start|>1510200/cv@347de21955fe7ba1034aa30a5a1b88876e303e2f
<|file_start|>style.css
body{
background-color: brown;
}
h3,
h1 {
color: rgb(60, 38, 222);
}
h2 {
color: aqua;
text-align: center;
}
.red{
background-color: rgb(223, 197, 213);
}
/* #first{
background-color: beige... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"css"
],
"repository_health_band": "B"
},
"id": "repository_e15d644b3962c4d7db650f58",
"meta": {
"assembled_content_sha256": "b3afc9cbb958a971f4b84d5ae8335b6636555e8eecbf1ec6ffaca4c99f808b12",
"commit_id": "347de2195... | {
"domain": "repository_code",
"source_ordinal_in_lane": 5,
"token_count_with_eod": 198,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 5
} |
repository_a7994b0d8a299ea9667383af | <|repo_start|>1001hz/sure-thing@f705df7816e23eec0849e6243f5fc0b244a198df
<|file_start|>src/App.vue
<template>
<div id="app">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
<style lang="scss">
@import './styles/index.scss';
* {
box-sizing: border-box;
}
body {
font-... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"javascript",
"unknown",
"vue"
],
"repository_health_band": "D"
},
"id": "repository_a7994b0d8a299ea9667383af",
"meta": {
"assembled_content_sha256": "04683e9c1a9a774260b52ef2523c794c5e18d2b10bc23042773282366... | {
"domain": "repository_code",
"source_ordinal_in_lane": 6,
"token_count_with_eod": 5843,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 6
} |
repository_8d273abeb79c6c9b9e697d6e | <|repo_start|>12alejandro/NT2probando1python@00220ca17e11f57cdba11631bd7439fdf0019057
<|file_start|>codigo1.py
nombreusuario = input("ingrese el usuario")
direccion = input("ingrese la direccion")
edad = int(input("digite el usuario"))
hijo = int(input("digite la cantidad de hijos"))
<|file_end|>
<|repo_end|> | {
"annotations": {
"has_tests": false,
"programming_languages": [
"python"
],
"repository_health_band": "A"
},
"id": "repository_8d273abeb79c6c9b9e697d6e",
"meta": {
"assembled_content_sha256": "f0b78a7176441205c7c96bc7b979a4de386dfcf5245c2930b8b83f540e060cfe",
"commit_id": "00220c... | {
"domain": "repository_code",
"source_ordinal_in_lane": 7,
"token_count_with_eod": 102,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 7
} |
repository_ea2156235f25e67028d6c9e5 | <|repo_start|>14ceuos041/lab9@9cb9b79b0a9af9824143017b86cb6f9824fa16b7
<|file_start|>ConsoleApplication1/Program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1
{
class Program
{
static void ... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"csharp"
],
"repository_health_band": "A"
},
"id": "repository_ea2156235f25e67028d6c9e5",
"meta": {
"assembled_content_sha256": "baf4411fd502aab3f5719af12248d5c02acac339d9d54206a13c707fede28bd0",
"commit_id": "9cb9b7... | {
"domain": "repository_code",
"source_ordinal_in_lane": 8,
"token_count_with_eod": 394,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 8
} |
repository_a7cb7fb8a518e16e1b4f2d48 | <|repo_start|>1101137148/Final@d523f0d556ad6e85b09c9a3ffd76623c0b6be3d2
<|file_start|>css/health.css
.b1:hover {
border-color: white;
background-color: rgb(255, 142, 151);
}
.div_label{
border-radius:5px;
background-color: pink;
margin: auto;
height: 250px;
float: left;
}
.people_label{
border-rad... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"css",
"php"
],
"repository_health_band": "B"
},
"id": "repository_a7cb7fb8a518e16e1b4f2d48",
"meta": {
"assembled_content_sha256": "2a19f0256fa5d9573e640d40c7695e09ec00499c54003c2a1ac1ed14730f3076",
"commit_id... | {
"domain": "repository_code",
"source_ordinal_in_lane": 9,
"token_count_with_eod": 8751,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 9
} |
repository_a427146431fa48c591d7113c | <|repo_start|>1819-2ahitm-sew/assignment04-robot-processing-merisbsc@d6d82e73f1f9f442d503eea1d1cd9946dc65c947
<|file_start|>src/main/java/at/htl/robot/gui/Main.java
package at.htl.robot.gui;
import at.htl.robot.model.Robot;
import processing.core.PApplet;
public class Main extends PApplet {
// Hier die Member-A... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"java"
],
"repository_health_band": "A"
},
"id": "repository_a427146431fa48c591d7113c",
"meta": {
"assembled_content_sha256": "84c2bb30d198516ed261568fd3909cdb472f7db034babf0ae9a805db3041cf43",
"commit_id": "d6d82e73... | {
"domain": "repository_code",
"source_ordinal_in_lane": 10,
"token_count_with_eod": 1473,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 10
} |
repository_2c29def8b3cb3d83d01709e3 | <|repo_start|>2022211001000509huangdong/huangdong2022211001000509@f08e72caac5a2691fad755f69e3049c011672c60
<|file_start|>src/main/webapp/MyJsp.jsp
<%--
Created by IntelliJ IDEA.
User: 黄东
Date: 2024/3/14
Time: 20:44
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/h... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"unknown"
],
"repository_health_band": "D"
},
"id": "repository_2c29def8b3cb3d83d01709e3",
"meta": {
"assembled_content_sha256": "95cf72c68741cc3fdfa3a416b8a38b656185bb0261f6cdc873cd72732e5a3e4b",
"commit_id": "f08e7... | {
"domain": "repository_code",
"source_ordinal_in_lane": 11,
"token_count_with_eod": 299,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 11
} |
repository_c0deaadd6a930af3b4c392c5 | <|repo_start|>220725-JavaReact/DiahandraChristian@2c81a84ebc626d3e8844bd77e5a9eec0e7cf3180
<|file_start|>README.md
# DiahandraChristian
I have a passion for learning new things. I am excited to brace any challenges along the way. With that being said coding will be a challenge but I am ready to embrace it and learn. I ... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"markdown"
],
"repository_health_band": "B"
},
"id": "repository_c0deaadd6a930af3b4c392c5",
"meta": {
"assembled_content_sha256": "5f23b6ff42f356f1526498dc1ff1cb7824586b482ac6b2310358d6fcfc990075",
"commit_id": "2c81... | {
"domain": "repository_code",
"source_ordinal_in_lane": 12,
"token_count_with_eod": 139,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 12
} |
repository_e8c9985a86f86d700c6f79bb | <|repo_start|>1mmunity/pypong@3581a124aa7dea9750a65b244cbcab257b51a3a5
<|file_start|>README.md
# PyPong
PyPong (<NAME>ong) is a pong game made in Python (PyGame)
please excuse my bad code because i rarely use python lol
## Required dependencies
```
$ pip install pygame
```
## Start game
```
$ py main.py
```
Enjoy!
<... | {
"annotations": {
"has_tests": false,
"programming_languages": [
"markdown",
"python"
],
"repository_health_band": "B"
},
"id": "repository_e8c9985a86f86d700c6f79bb",
"meta": {
"assembled_content_sha256": "1c0744820b88516b028970fd3e358eb63e2183a45b838f63932dd5efabd10317",
"c... | {
"domain": "repository_code",
"source_ordinal_in_lane": 13,
"token_count_with_eod": 3311,
"source_file": "shards/5e7daac5386e/split-02-of-05/repo-doc-00000000-ce2029d94ef1c8cb.jsonl",
"source_line": 13
} |
End of preview.
No dataset card yet
- Downloads last month
- -