Common functions and protocols used by the Andreani Advanced Analytics team
Project description
Andreani Advanced Analytics tools
Instalar usando pip
pip install andreani-aa-tools
Importación
import aa_tools
Ejemplo de uso
- Haversine
from aa_tools import logger, haversine
if __name__ == "__main__":
log = logger("test.py", "main")
result = haversine(-58.490160, -34.566116, -58.485096, -34.572123)
log.log_console(f"Haversine distance: {result}", "INFO")
log.close()
Listado de funciones agregadas:
-
Haversine: Distancia euclidia entre dos puntos.
-
Logger: Maneja el log según los lineamientos de Andreani.
-
Datalake: Interfaz de conexión al datalake para descargar y cargar archivos csv, parquet y/o json.
Listado de funciones a agregar:
-
Distancia de ruta entre dos puntos.
-
Model training
-
Conexión a Elastic Search
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 andreani_aa_tools-0.0.21.tar.gz.
File metadata
- Download URL: andreani_aa_tools-0.0.21.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4476433bec8ba07bf0f2bf9ced177ee18f5333dcf31ebbbb4a848454187da8e
|
|
| MD5 |
d87d7288f5984ac9c610b91c1489645c
|
|
| BLAKE2b-256 |
e222ffd7213a473a1d8aea2d37a605c6dbb160908ec03855891d560c66bedd9d
|
File details
Details for the file andreani_aa_tools-0.0.21-py3-none-any.whl.
File metadata
- Download URL: andreani_aa_tools-0.0.21-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c2ee0ddfc1d28412129878eee52841d43ef290351b5141e491f7521dbf7b070
|
|
| MD5 |
c62a757823bb26dc48cc072c16842354
|
|
| BLAKE2b-256 |
cf56b9b82d80d56959eb0d39d50a92ab35d3be8b113ad3d027fc8bbfd9b15ee2
|