You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>)
The text was updated successfully, but these errors were encountered:
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>)
The text was updated successfully, but these errors were encountered: