tiled.structures.structured_array.ArrayTabularMacroStructure

class tiled.structures.structured_array.ArrayTabularMacroStructure(chunks: Tuple[Tuple[int]], shape: Tuple[int])[source]

Similar to ArrayMacroStructure, but must be 1D

This is distinct from DataFrameMacoStructure because it knows its length and chunk sizes. Dataframes only know number of partitions.

__init__(chunks: Tuple[Tuple[int]], shape: Tuple[int]) None

Methods

__init__(chunks, shape)

from_json(structure)

Attributes

chunks

shape