traveler.core.stored.StoredTable.to_pandas#
- StoredTable.to_pandas(include_prng_key=True, full_table=True)[source]#
Convert the stored table to a pandas DataFrame.
- Parameters:
full_table (bool, optional) – Whether to convert the full table or just the indexed part, by default True.
include_prng_key (bool)
- Returns:
A pandas representation of the stored table.
- Return type:
polars.DataFrame