Skip to main content

A package for KPI calculations

Project description

KPI Formula

A Python package for KPI (Key Performance Indicator) calculations and data processing.

Installation

You can install the package using pip:

bash pip install kpi-formula

Usage

Here's a simple example of how to use the package:

python from kpi_formula.core.data_manager import DataManager Initialize data manager manager = DataManager() Import CSV data data = manager.import_csv('data/sales.csv') View the data print(f"Headers: {data.headers}") print("First few rows:") for row in data.data[:3]: print(row)

Features

  • CSV data import and export
  • Data processing and calculations
  • Table joins and merges
  • Expression evaluation
  • Operation history tracking

Requirements

  • Python >= 3.7
  • pandas >= 1.0.0
  • numpy >= 1.18.0

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Your Name (your.email@example.com)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

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

kpi_formula_jun-0.2.2.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kpi_formula_jun-0.2.2-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file kpi_formula_jun-0.2.2.tar.gz.

File metadata

  • Download URL: kpi_formula_jun-0.2.2.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for kpi_formula_jun-0.2.2.tar.gz
Algorithm Hash digest
SHA256 55dc2aefae840fc1c07b960cb4c5f75a5d3c57c10ac041e86d81960f43ef5902
MD5 afe41e7d61c8c5b99803171a3f323140
BLAKE2b-256 770874052c88e1b61cbac5e1a9f66a6ad467dec6070e139312ebce986200400e

See more details on using hashes here.

File details

Details for the file kpi_formula_jun-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for kpi_formula_jun-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7ddf1d425c1312b82377a685e633e3bf490edf25ced9efa16452922017770b04
MD5 c0bab205a5e0cea58b0b7e6aa2a3df56
BLAKE2b-256 e3aa111580171280e2258d131d22ba920da2c11a041f3b1ec6693d02a24fe61a

See more details on using hashes here.

Supported by

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