Skip to content

Corpus-level updating / adding metadata attributes with pandas dataframes #78

@calebchiam

Description

@calebchiam

For example, corpus.update_utterance_metadata(df) would add / update the metadata fields of all the Utterances in the Corpus according to the index-value pairs in the input dataframe.

The motivation is to make things easier for those who work primarily with pandas dataframes and may generate additional labels for objects via dataframes first before trying to add them to corpus components. (This is similar to the motivation for #69>)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions