kiTcuT-Nussi / whatsapp_chat_analyzer

0 stars 0 forks source link

[PLOTS][BUG] Make plots and graphics scalable for group chats #11

Closed kiTcuT-Nussi closed 3 years ago

kiTcuT-Nussi commented 3 years ago

Most plots right now are not being scaled properly. If too many senders are involved, most plots break. FIX

kiTcuT-Nussi commented 3 years ago

solved by only using the top eight 'chatters' -> chat_df['sender'].value_counts()[:8].index