traveler.skims.zarr.JaxTable.to_polars# JaxTable.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