(Latest Version)

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
messagestyping.List[typing.Union[MessageMeta, MultiMessage]]

Messages containing DataFrames to concat.

Returns
pd.DataFrame

© Copyright 2023, NVIDIA. Last updated on Apr 11, 2023.