traveler.core.stored.StoredTable#
- class traveler.core.stored.StoredTable(store, table_name=None, index_array=None)[source]#
Bases:
WorkingTableInitialize the IndexedTable with an index array and a table.
- Parameters:
index_array (jax.numpy.ndarray) – An array of indices to index into the table.
table (JaxTable) – The table to index into.
store (AbstractStore | None)
table_name (str)
Methods#
|
Print summary information about the underlying table. |
|
Compute a lazy attribute and push it down to the underlying table. |
|
Rehash a table's random key by folding in additional values. |
|
Return the inherited schema fields declared by class annotations. |
|
Convert the stored table to a pandas DataFrame. |
|
Convert the stored table to a polars DataFrame. |
|
Validate the table and index array. |
|
Return a new instance of this StoredTable with the given store. |
Prepare this stored table for use with JAX tools. |
Attributes#
Get the index array for this IndexedTable. |
|
The name of the column that serves as the unique identifier for the table. |
|
The name of the table in the store. |