API reference¶
chatviz: Chat Visualization¶
|
Creates a series of plots given a dataframe of messages. |
chatviz.plotting: Individual Plots¶
|
Creates a plot of 3 donut charts. |
|
Creates a bar chart of number of messages over time. |
|
Creates a horizontal bar chart showing the average reply time in hours for each person in the chat. |
|
Creates a radar plot showing the number of messages per hour for each person in the chat. |
|
Creates a radar plot showing the number of messages per day for each person in the chat. |
|
Plots a bar chart per person with their top words used. |
chatviz.load_data: Load chat data¶
|
Processes a Facebook chat file into a neat DataFrame. |
|
Processes a WhatsApp chat file into a neat DataFrame. |
|
Processes an SMS chat file into a neat DataFrame. |