traveler.core.stored.StoredTable.to_polars#

StoredTable.to_polars(include_prng_key=True, full_table=True)[source]#

Convert the stored table to a polars DataFrame.

Parameters:
  • include_prng_key (bool, optional) – Whether to include PRNG keys in the conversion, by default True.

  • full_table (bool)

Returns:

A polars representation of the stored table.

Return type:

polars.DataFrame