Rappi WFM Data Analysis and Forecasting
This Python package provides functionality for data analysis and forecasting for Rappi's Workforce Management (WFM) system.
Installation
You can install the package using pip:
pip install rappi-wfm
# #The package includes functions for processing and preparing data for analysis.
# from data_processing import *
# # Example usage
# date_range = ['2024-04-01', '2024-04-10']
# df_ordered = read_and_sort_orders(date_range)
# special_days = preprocess_special_dates('Calendario Rappi - BD_Feriados.csv')
# df_filtered = filter_special_dates(df_ordered, special_days)
# orders = pivot_orders(df_filtered)
# Modeling
# The package provides tools for building and training models for forecasting.
# from modeling import *
# # Example usage
# train, test = split_train_test_data(orders, '2024-01-01')
# train = create_features(train)
# test = create_features(test)
# X_train, y_train = extract_features_target(train)
# model = train_xgboost_model(X_train, y_train)
# Order Distribution
# The order_distribution module helps distribute financial orders based on predicted values and average daily weights.
# from order_distribution import *
# # Example usage
# ordenes_financieras = create_ordenes_financieras(df_ordered, abril)
# curva_ordenes = create_curva_ordenes(df_ordered)
# df3 = distribute_orders(ordenes_financieras, curva_ordenes)
# License
# This project is licensed under the MIT License - see the LICENSE file for details
Release files for wf-rappi 0.3.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wf_rappi-0.3.4.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wf_rappi-0.3.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.2 kB
Release files / wf_rappi-0.3.4.tar.gz
| Download URL | wf_rappi-0.3.4.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9d428877be1902ac4b0efbc4a001c3b3a5a69ff070ea03c63e35998ac764dbf8
|
|
BLAKE2b-256 checksum How to use checksums |
289645f07bdfe70554901277043de9de6acc88f9ca9560f2be26520db047e029
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.10.13
|
Release files / wf_rappi-0.3.4-py3-none-any.whl
| Download URL | wf_rappi-0.3.4-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dda3118bcc30286405df31880a15ddf543a4de78560524bfbdd03130ee0d9195
|
|
BLAKE2b-256 checksum How to use checksums |
b886089636f76781a21d89a3e502aa7fffaef98765f65dd695ca7db0fda4116f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.10.13
|