Metadata-Version: 1.1
Name: TOPSIS_Bibekpreet_101803272
Version: 1.0.4
Summary: Topsis score calculator
Home-page: https://https://github.com/bibekpreet99/TOPSIS-Bibekpreet-101803272
Author: Bibekpreet Singh
Author-email: bsingh3_be18@thapar.edu
License: MIT
Download-URL: https://github.com/bibekpreet99/TOPSIS-Bibekpreet-101803272/archive/v_1.0.4.tar.gz
Description: This is a package to find topsis score and rank of a dataframe with only numerical values.
        
        command line usage
        
        python topsis.py "input.csv" "1,1,1,2" "+,+,+,-" "out.csv"
        
        To import :-
        
        1) create a virtual env
        2) use command "from TOPSIS_Bibekpreet_101803272.topsis import Topsis"
        3) obj = Topsis(df) # here the df is the dataframe in which all the numerical values of columns are present.
        4) res = obj.topsis(weights, impact) # here weights and impact are a list
Keywords: topsis,thapar,rank,topsis score
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
