TOPSIS-Prakhar-101803126

Package To Calulate the Topsis score and ranking of a given CSV File ( with non-categorical data only ).


Keywords
Topsis, Ranking
License
MIT
Install
pip install TOPSIS-Prakhar-101803126==2.2

Documentation

Topsis-Pypi-Package

A Pypi Package To calculate Topsis Score and Ranking on a given CSV File

Eg.

from TOPSIS_Prakhar_101803126.topsis import CalculateTopsisScore

filename = "testData.csv"

weight = "1,1,1,2"

impact = "+,+,-,+"

CalculateTopsisScore(filename, weight, impact )

Note :
1. The package Shoud Contain All Non Categorical data
2. The size of wights and impacts should be equal