tlc.core.objects.tables.from_table#

Subclasses of Table which take another Table as input

Modules and Packages#

Module

Description

edited_table

A Table where edits to data or schema has been applied to the input Table.

pacmap_table

A Table where a column from the input Table has been dimensionally reduced by the PaCMAP algorithm.

unrolled_table

A table where each row in a sub-column in the input table is unrolled into multiple rows.

rolled_up_table

A table that is rolled up from another table.

reduced_table

A procedural table where an input table has been reduced on one or more properties.

filtered_table

A Table where rows of the Input Table have been filtered according to a filter criterion.

subset_table

A Table whose rows are a subset of another Table.

umap_table

A Table where a column from the input Table has been dimensionally reduced by the UMAP algorithm.

schema_helper

Schema helper functions for creating tables from other tables.

filtered_table_criteria

Criteria for creating a FilteredTable