tlc.core.objects.tables.from_url¶

Subclasses of Table which take a Url as input

Modules and Packages¶

Module

Description

table_from_coco

A table populated from a dataset in the COCO format

table_from_csv

A table populated from a comma-separated values (CSV) string loaded from a URL

table_from_image_folder

Placeholder module for a table populated from an image folder dataset. For now it only holds helpers used in the implementation of Table.from_image_folder.

table_from_ndjson

A table populated from a NDJSON file at a given URL.

table_from_parquet

A table populated from a Parquet file loaded from a URL

table_from_row_cache

A table representing another, potentially unregistered, Table type from a URL

table_from_yolo

A table populated from a YOLO dataset

table_from_yolo_ndjson

A table populated from a YOLO NDJSON file at a given URL.

table_from_yolo_url

A table populated from a single YOLO dataset folder

utils

Helpers for loading tables from URLs