piper.utils.get_dict_df

piper.utils.get_dict_df(dict, colnames=None)[source]

get dataframe from a dictionary

Parameters
  • dict – a dictionary containing values to be converted

  • colnames – list of columns to subset the data

Returns

Return type

pandas df oriented by index and transposed