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
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 kpi_formula_jun-0.2.0.tar.gz.
File metadata
- Download URL: kpi_formula_jun-0.2.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cccd4c9fe555aeb90f67fe242ded6a33ceb003016e0521beed2bc5e55e14b5b6
|
|
| MD5 |
8fa13d217cac1f26e825e189ba9a0a1b
|
|
| BLAKE2b-256 |
42b7e3456664ae5dea202ee37522d7693db180ca2096d537077b72258ecd95cc
|
File details
Details for the file kpi_formula_jun-0.2.0-py3-none-any.whl.
File metadata
- Download URL: kpi_formula_jun-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b26910500b76ae405513ecca245e4e96f9efd6f9fad3d7258cadcf433e48ba7
|
|
| MD5 |
5f77f4fdc22bce1290cd332e924b429a
|
|
| BLAKE2b-256 |
4a1b261d7c7d7e56c9705147c44e6f634c5219fbd4bd7a1e3523e6073dbfe8ce
|