mergeDatasetRepr

utils.mergeDatasetRepr(data, dataLabel=u'')[source]

Take a list of dictionaries and turn it into a dictionary of lists of strings

Parameters:
  • data (list of dicts containing strings, lists or numbers) –
  • dataLabel (string, optional) – This string will be appended to the front of each key in the new dataset Default blank
Returns:

newStore – For each key a list will be formed of the string representations of each of the former key values.

Return type:

dictionary of lists of strings