/whatsapp_data_analysis

WhatsApp data analysis through jupyter notebook using python 3 kernel

Primary LanguageJupyter NotebookMIT LicenseMIT

Whatsapp data analysis using Jupyter Notebooks

WhatsApp data analysis through jupyter notebook using python 3 kernel

Jupyter notebook generates following statistics:

  • Top 20 words used in the conversation
  • Pie chart for number of postings pecentages
  • Activity map over 24 hours
  • Most words used by individuals
  • Cosine similarity between individuals
  • Peek message counts

In order to run the code you will need to have python 3.x and jupyter notebooks installed.

Furthermore, you can also use anaconda distrbution for comprehensive data sceince computation environment to run this code:

Please go through following link for detailed understanding of jupyter notebook concepts and power:

Special thanks to numerous publicly available algorithms and code used in development of these scripts.