Tutorial nbdev
Project description
Análisis de texto
Análisis de un grupo de WhatsApp basado en el artículo Whatsapp Group Chat Analysis using Python and Plotly publicado por Saiteja Kura
%load_ext autoreload
%autoreload 2
The autoreload extension is already loaded. To reload it, use:
%reload_ext autoreload
This file will become your README and also the index of your documentation.
Install
pip install hola_nbdev2
How to use
Algunos ejemplos
startsWithDateAndTime
Verifica si la el texto inicia con fecha y hora
x = '01/10/18 19:18 - Señora 5: Claudia, puedes reenviar los paquetes, por favor? 🙏🏼 Aún no estaba en el grupo'
startsWithDateAndTime(x)
True
startsWithDateAndTime
Encuentra al autor del mensaje si está en alguno de estos formatos
- Nombre
- Nombre y apellido
- Nombre + 2 apellidos
- Número telefónico (México)
- Nombre y emoji
- Nombre genérico
y = x.split(' - ')
y
print(FindAuthor(y[1]))
True
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nbdev_whatsapp-0.0.1.tar.gz.
File metadata
- Download URL: nbdev_whatsapp-0.0.1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a81824290732d194758e4333dcd230ac376f35e2ef832e5a4001e17f2688805b
|
|
| MD5 |
bbf3fc570aee240a614f091eeb8eb85a
|
|
| BLAKE2b-256 |
5733abfd2bc5734023404bff724f6e80c7d3d7d8ee38c7ab8aec6f72c690523f
|
File details
Details for the file nbdev_whatsapp-0.0.1-py3-none-any.whl.
File metadata
- Download URL: nbdev_whatsapp-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd38b48b7caacb5447ee5c93b23a4709d0fbbf59e545f33f92b3e158a98caeda
|
|
| MD5 |
cf127a32372a4caa0e9e69ac9b5cf5b4
|
|
| BLAKE2b-256 |
bcef9066a91e501937093f8f1b040b17fe9f925cbd0f73a629b768838082d8c7
|