pyhgf.utils.to_pandas#

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

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

Returns:
trajectories_df

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

Parameters:

network (Network)

Return type:

DataFrame