tidy_to_wide_format()
Convert tidy replication results to wide format.
Usage
tidy_to_wide_format(
df_reps,
*,
include_resource_in_colname=False,
)Parameters
df_reps: pandas.DataFrame-
Tidy-format replication results from multiple_replications().
include_resource_in_colname: bool = False- Whether to include resource names in output column labels.
Returns
pandas.DataFrame- Wide-format replication results with one row per replication.