traveler.templates.LandUseTAZ.to_polars#

LandUseTAZ.to_polars(include_prng_key=True)[source]#

Convert the table to a Polars data frame.

Parameters:

include_prng_key (bool, optional) – Whether to serialize and include JAX PRNG-key columns.

Returns:

Polars representation of the table.

Return type:

polars.DataFrame