awkward_pandas.merge#

awkward_pandas.merge(dataframe: DataFrame, name: str | None = None) Series[source]#

Create a single awkward series by merging the columns of a dataframe.

Parameters:
  • dataframe (pd.DataFrame) – Containing columns of simple numpy type, object type (e.g., srtings, lists or dicts) or existing awkward columns.

  • name (str or None) – Name of the output series.

Returns:

Resuling Series with dtype AwkwardDtype

Return type:

pd.Series