#whatsapp-chat-analyser
Thread
Daniel Cohen
November 27, 2019 at 04:54 PM
Hello,
I started working on the project yesterday, and I created a pandas DataFrame, where each row represents a message and holds the date, time, author, and the message itself. I wanted to ask - how should I plot the data? what modules did you use?
Nityesh Agarwal
November 27, 2019 at 06:40 PM
Interesting. Actually, I haven't created any plots yet.
But matplotlib and seaborn are the modules specifically built for plotting the data in Python. That being said, I have found that creating pandas plot and modifying it using matplotlib to be easier.