Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
calebchiam opened this issue Dec 11, 2020 · 0 comments
Labels
feature request good first issue ideal for first-time contributors

Comments

@calebchiam
Copy link
Collaborator

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>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request good first issue ideal for first-time contributors
Projects
None yet
Development

No branches or pull requests

1 participant