Skip to main content

No project description provided

Project description

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

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

wf_rappi-0.3.1.tar.gz (17.4 kB view details)

Uploaded Source

Built Distribution

wf_rappi-0.3.1-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

Details for the file wf_rappi-0.3.1.tar.gz.

File metadata

  • Download URL: wf_rappi-0.3.1.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.13

File hashes

Hashes for wf_rappi-0.3.1.tar.gz
Algorithm Hash digest
SHA256 7f10b7eb95969fccb03e5e79802053547925cba2d9ff42cd39b6f317edb9493c
MD5 9b5dcdb0197212f4dcd1ee22a59c5831
BLAKE2b-256 017ff847a057876c3d94230a1cb05c28bfb826c69b892ecc746d7cb2d7ba997f

See more details on using hashes here.

File details

Details for the file wf_rappi-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: wf_rappi-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 22.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.13

File hashes

Hashes for wf_rappi-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8a677f4e0a47bfbd515c96cd0c96bb69a8936a2b9fb952cd161cce5443a472a3
MD5 3573c7ed4cb67d67b744b4af7677a758
BLAKE2b-256 9c88f1fd8f8ec2695503adfd6fcd806655d1d35e97b9ac8814730e697dfd97c3

See more details on using hashes here.

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