CoolFace
Datasetpublic

vaishali/spider-tableQA

Dataset Card for "spider-tableQA" Usage import pandas as pd from datasets import load_dataset spider_tableQA = load_dataset("vaishali/spider-tableQA") for sample in spider_tableQA['train']: question = sample['question'] sql_query = sample['query'] input_table_names = sample["table_names"] input_tables = [pd.read_json(table, orient='split') for table in sample['tables']] answer = pd.read_json(sample['answer'], orient='split') # flattened input/output… See the full description on the dataset page: https://huggingface.co/datasets/vaishali/spider-tableQA.

sourceHugging Faceupdated 3y agoView on Hugging Face
11likes462downloads
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face
vaishali/spider-tableQA · CoolFace