to_df
outputs.to_dataframe.to_df(obj, with_subset=True)Return an aligned_textgrid object as a dataframe
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| obj | SequenceInterval | SequencePoint | SequenceTier | SequencePointTier | TierGroup | PointsGroup | AlignedTextGrid |
An aligned_textgrid object |
required |
| with_subset | bool | Whether or not to include subset relationships. Defaults to True. | True |
Returns
| Name | Type | Description |
|---|---|---|
pl.DataFrame |
A polars dataframe |
Reuse
GPLv3