patch_to_dataframe

function of dascore.utils.pd source

patch_to_dataframe(
    patch: Patch ,
)-> ‘pd.DataFrame’

Convert a patch to a dataframe.

Parameters

Parameter Description
patch The input patch to convert.
Note
  • Patch attributes are attached to the experimental dataframe attribute called “attrs” as a dictionary