> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pixeltable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TableNode

> <a href="https://github.com/pixeltable/pixeltable/blob/main/pixeltable/types.py#L24" id="viewSource" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/View%20Source%20on%20Github-blue?logo=github&labelColor=gray" alt="View Source on GitHub" style={{ display: 'inline', margin: '0px' }} noZoom /></a>

# <span style={{ 'color': 'gray' }}>class</span>  pixeltable.TableNode

A table/view/snapshot/replica entry in a [`TreeNode`](./treenode) tree.

## <span style={{ 'color': 'gray' }}>attr</span>  base

```
base: str | None
```

Path of the immediate base table for views/snapshots; None for plain tables.

## <span style={{ 'color': 'gray' }}>attr</span>  error\_count

```
error_count: int
```

Cumulative error count as recorded in table's history.

## <span style={{ 'color': 'gray' }}>attr</span>  kind

```
kind: TableKind
```

⚠️ **No documentation**

## <span style={{ 'color': 'gray' }}>attr</span>  name

```
name: str
```

⚠️ **No documentation**

## <span style={{ 'color': 'gray' }}>attr</span>  path

```
path: str
```

⚠️ **No documentation**

## <span style={{ 'color': 'gray' }}>attr</span>  version

```
version: int | None
```

⚠️ **No documentation**
