mesa_frames.DataCollector.data#

property DataCollector.data: dict[str, DataFrame]#

Retrieve the collected data as eagerly evaluated Polars DataFrames.

Returns:

A dictionary with keys “model” and “agent” mapping to concatenated DataFrames of collected data.

Return type:

dict[str, pl.DataFrame]