DataFolder.concatenate

DataFolder.concatenate(sort=None, reverse=False)

Concatenates all the files in a objectFolder into a single metadataObject like object.

Keyword Arguments:
  • sort (column index, None or bool, or clallable function) – Sort the resultant metadataObject by this column (if a column index), or by the x column if None or True, or not at all if False. sort is passed directly to the eponymous method as the order parameter.

  • reverse (bool) – Reverse the order of the sort (defaults to False)

Returns:

The current objectFolder with only one metadataObject item containing all the data.