pyprobound.external.parse_probound_tables

parse_probound_tables(fit_final, dataframes)

Parses the count tables used in a ProBound fit into CountTables.

Parameters:
  • fit_final (dict[str, Any]) – The ProBound fit, parsed by get_fit_final.

  • dataframes (Iterable[DataFrame]) – The raw count tables, parsed by get_dataframe.

Return type:

list[CountTable]

Returns:

A list of CountTable objects.