A Python package for TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution)
Project description
Topsis-Sahil-102316091
A Python package to implement TOPSIS (Technique for Order of Preference by Similarity to Ideal Solution).
Installation
pip install Topsis-Sahil-102316091
Usage
Command Line
topsis <InputDataFile> <Weights> <Impacts> <OutputResultFileName>
Example:
topsis data.csv "1,1,1,1,1" "+,+,+,+,+" result.csv
Python Script
from topsis.main import topsis_logic
import pandas as pd
# Load your dataframe
df = pd.read_csv("data.csv")
# processing...
# ...
License
MIT
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 topsis_sahil_102316091-1.0.0.tar.gz.
File metadata
- Download URL: topsis_sahil_102316091-1.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d0199d182a680968df66f8ec7b7256eb33ab6d34d46e841041b874910b50834
|
|
| MD5 |
aeb86bffd9afccdcc6f4229b2fe733b4
|
|
| BLAKE2b-256 |
b56c8144d21d9c3378001ff7773e17a6d3fa8e1b6094cc207dac97598d8da947
|
File details
Details for the file topsis_sahil_102316091-1.0.0-py3-none-any.whl.
File metadata
- Download URL: topsis_sahil_102316091-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf7b2e90a1b5639c329e75991d8843eca4efd8c59242729aa7a95325754639bc
|
|
| MD5 |
25d96b579ec6de0f8b80523e251e17d9
|
|
| BLAKE2b-256 |
bbb2cb8951c6f68273c524b67f7446013229aebaee483639ea46be7c06539c9d
|