tfdv.get_confusion_count_dataframes

Returns a pandas dataframe representation of a sequence of ConfusionCount.

confusion An interable over ConfusionCount protos.

Returns: A map from feature name to a pandas dataframe containing match counts along with base and test counts for all unequal value pairs in the input.