Skip to main content

A KPI calculation tool

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.1.0.tar.gz (8.6 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.1.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: kpi_formula_jun-0.1.0.tar.gz
  • Upload date:
  • Size: 8.6 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.1.0.tar.gz
Algorithm Hash digest
SHA256 c26fca118162640ef460d0c6c68ba41d5ff89a3e1693825aae882758106a7fc4
MD5 1bc0ea6ae6aa12befc4dbbb791173bd8
BLAKE2b-256 9b20da5f988fc3030a3eb873a0862a8fbd650333616e097bd79d4d6ca1641d5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for kpi_formula_jun-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 403a09805fd8aaaa1445eb64dea52e5afc2fcb670f3d4f78592dc5c02901c7ac
MD5 c775bfad4a48bed35a2ab5d12263b01e
BLAKE2b-256 16c5d16c7fdd80452ae1499997e687574f487181b377053e01ec0ef97c2ca54f

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