dandelion.utilities.concat¶
-
dandelion.utilities.
concat
(arrays, check_unique=True)[source]¶ Concatenate dataframe and return as Dandelion object.
- Parameters
arrays (Sequence) – List of Dandelion class objects or pandas dataframe
check_unique (bool) – Check the new index for duplicates. Otherwise defer the check until necessary. Setting to False will improve the performance of this method.
- Returns
- Return type
Dandelion object