Skip to main content

Converts a Whatsapp chat (.txt file) into a pandas DataFrame

Project description

whatsappChat2dataFrame

Currently experimenting and planning!

Developed by Kiran Busch 2023

Examples of How To Use (Buggy Alpha Version)

Creating a Converter and calling chat2dataframe function

#load package with converter

from whatsappchat2dataframe import Converter

#create converter

conv = Converter()

#create dataframe from whatsapp .txt file

file_path = 'data/_chat.txt'

df = conv.chat2dataframe(path_to_filename = file_path)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whatsappchat2dataframe-0.0.4.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

whatsappchat2dataframe-0.0.4-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page