deltakit.explorer.types.TypedData#
- class deltakit.explorer.types.TypedData(data_format: DataFormat, content: Any, data_width: int = -1)#
Bases:
ABCBasic class for all typed data manipulation activities.
Methods#
Generate or return a 01 string for the stored data. |
|
Generate or return a b8 string for the stored data. |
|
Generate or return an numpy array for the stored data. |
|
Derives data width, infers from the data in 01 or CSV format. |