tlc.core.objects.tables#

Implementations of Table subclasses

Modules and Packages#

Module

Description

in_memory_rows_table

A table that is has its final rows stored row-wise in memory.

null_overlay

A simple empty overlay table that returns its input table’s items as its own

null_table

A simple empty table

from_table

Subclasses of Table which take another Table as input

system_tables

Subclasses of Table used within 3LC and auxillary helpers

from_python_object

Subclasses of Table which take python objects as input

from_url

Subclasses of Table which take a Url as input

generators

Subclasses of Table which generate data

from_tables

Subclasses of Table which take multiple Tables as input