pyhgf.utils.to_pandas#

pyhgf.utils.to_pandas(network)[source]#

Export the nodes trajectories and surprise as a Pandas data frame.

Returns:

Pandas data frame with the time series of sufficient statistics and the surprise of each node in the structure.

Return type:

trajectories_df

Parameters:

network (Network)