multispider / dataset /spider /database /book_2 /tables_fr.json
dreamerdeo's picture
Upload folder using huggingface_hub
1faca1c
[
{
"column_names": [
[
-1,
"*"
],
[
0,
"identifiant de la publication"
],
[
0,
"identifiant du livre"
],
[
0,
"éditeur"
],
[
0,
"date de publication"
],
[
0,
"prix"
],
[
1,
"identifiant du livre"
],
[
1,
"Titre"
],
[
1,
"diffusions"
],
[
1,
"écrivain"
]
],
"column_names_original": [
[
-1,
"*"
],
[
0,
"Publication_ID"
],
[
0,
"Book_ID"
],
[
0,
"Publisher"
],
[
0,
"Publication_Date"
],
[
0,
"Price"
],
[
1,
"Book_ID"
],
[
1,
"Title"
],
[
1,
"Issues"
],
[
1,
"Writer"
]
],
"column_types": [
"text",
"number",
"number",
"text",
"text",
"number",
"number",
"text",
"number",
"text"
],
"db_id": "book_2",
"foreign_keys": [
[
2,
6
]
],
"primary_keys": [
1,
6
],
"table_names": [
"publication",
"livre"
],
"table_names_original": [
"publication",
"book"
]
}
]