---
title: "Table Question Answering"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/huggingface/tablequestionanswering
markdown: https://docs.nodetool.ai/nodes/huggingface/tablequestionanswering.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/huggingface/tablequestionanswering.md
---

# Table Question Answering

**Type:** `huggingface.TableQuestionAnswering`

**Namespace:** `huggingface`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `str` | Table-question-answering model repo id. | `google/tapas-base-finetuned-wtq` |
| question | `str` | The question to ask about the table. | `` |
| table | `dict` | The table as an object mapping each column name to an array of string cell values. | `{}` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |
| cells | `list` |  |
| aggregator | `str` |  |

## Related Nodes

Browse other nodes in the [huggingface](./) namespace.
