Skip to content

Commit

Permalink
Update corpus.py
Browse files Browse the repository at this point in the history
minor typo fix
  • Loading branch information
khonzoda authored Oct 4, 2021
1 parent be46aee commit c135374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convokit/model/corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ def from_pandas(utterances_df: DataFrame, speakers_df: Optional[DataFrame] = Non
`speakers_df` and `conversations_df` are optional, as their IDs can be inferred from `utterances_df`, and so
their main purpose is to hold speaker / conversation metadata. They should only be included if there exists
etadata for the speakers / conversations respectively.
metadata for the speakers / conversations respectively.
Metadata values that are not basic Python data structures (i.e. lists, dicts, tuples) may be included in the
dataframes but may lead to unexpected behavior, depending on how `pandas` serializes / deserializes those values.
Expand Down

0 comments on commit c135374

Please sign in to comment.