morpheus.utils.concat_df
Functions
concat_dataframes (messages) |
Concatinate the DataFrame associated with the collected messages into a single Pandas DataFrame. |
- concat_dataframes(messages)[source]
Concatinate the DataFrame associated with the collected messages into a single Pandas DataFrame.
- Parameters
- messageslist[ControlMessage] | list[MessageMeta]
Messages containing DataFrames to concat.
- Returns
- pd.DataFrame