Metadata-Version: 2.1
Name: TOPSIS-JagritiKhanna
Version: 0.1.0
Summary: Topsis Analysis COE
Home-page: https://pypi.org/project/TOPSIS-JagritiKhanna
Author: Jagriti Khanna
Author-email: jagriti.khanna31@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas

# Topsis Analysis

```bash
pip install TOPSIS-JagritiKhanna
```

## Usage

Following query on terminal will provide you the topsis analysis for input csv file.

```
topsis -n "dataset-name" -w "w1,w2,w3,w4,..." -i "i1,i2,i3,i4,..."

```

Note that the first row and first column of dataset is dropped

Rank 1 signifies best decision

## License
[MIT](https://choosealicense.com/licenses/mit/)

