morpheus.utils.concat_df
Functions
|
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
- messagestyping.List[typing.Union[MessageMeta, MultiMessage]]
Messages containing DataFrames to concat.
- Returns
- pd.DataFrame