Metadata-Version: 2.1
Name: Topsis-Vaibhav-102083059
Version: 0.0.3
Summary: A package which generates a csv file containing topsis scores and ranks.
Author: Vaibhav Mukhi
Author-email: mukhivaibhav4@gmail.com
License: UNKNOWN
Keywords: python,Topsis,Topsis Package,Topsis Libraray,Vaibhav
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

Just give a csv file as an input which contains a dataset on which topsis can be applied. We have also to provide weights and impacts according to which topsis will be applied on the given input file. Use command "from Topsis_Vaibhav_102083059 import topsis as v" and then "v.Topsis_dataset(file=<name of the file in the form of a string>,Weights=<comma separated weights in the form of string>,Impacts=<Comma separated + or - in the form of string>)" and this function will generate a dataframe which will contain topsis score and ranks of the initially given data. 

