create_summary_table# create_summary_table(data)[source]# Create a summary table from a human readable data. Keys are human readable labels Values are instances of Value TODO: We get column header “zero” that needs to be hidden. Parameters: data (dict) – Return type: DataFrame