Skip to content

Processing Whatsapp text with Python without using Regex library

License

Notifications You must be signed in to change notification settings

shanilpanara/Whatsapp-Text-Processing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Whatsapp-Text-Processing-With-Python

This is a very simple Whatsapp text processing project that encapsulates the use of basic Python methods to convert it into a Pandas dataframe for further analysis.

We will be covering the following in this project:

  1. 2 libraries (pandas for dataframe and datetime to detect datetime objects)
  2. A lot of .split() methods
  3. List comprehensions
  4. Error-handling

We will not be using Python's regex library for simplicity.

About

Processing Whatsapp text with Python without using Regex library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%