This week, I cleaned the iMessages I downloaded. It turned out that I could only get 5 months of conversation between a friend and I. These are enough messages to analyze.
I loaded all the messages to JupyterLab in order to use Python to analyze the words and make graphs. I have never used JupyterLab and coded with Python before, so this project was definitely a challenge.
I want to see which days the most messages have been sent. Bar graphs are the best ways to do it. I set the x-axis as date and y-axis as the number of messages that have seen sent. However, I think there's an error regarding to the bar measurement. I couldn't figure out how to solve it.
I also wanted to see if there are messages that either of us sent the most. The top message is probably an emoji, but it didn't show. I'm not sure what the reason is since the messages are loaded into JupyterLab with emojis.
This is what I'm able to achieve this week. I will definitely learn more about Python because I find text/data analysis really interesting.
Kommentare