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
11likes410downloads

vaishali/spider-tableQA · main · files are served by the source, never re-hosted here