This is a package for performing TOPSIS analysis on given data.

Conditions:
-dataset must have atleast 3 columns
-the weights must be of numeric type
-impact must be only either + or -
-weights and impacts have to be separated by ',' only
-enter all arguments as string type
-data file and result file must be of .csv type
to invoke, make sure your data set is in the same directory 

use TOPIS_SUKRITI_401803026.TOPSIS('filename.csv','weights_separated_by_commas','weights_separated_by_commas',result_filename.csv') for terminal
use TOPSIS('filename.csv','weights_separated_by_commas','weights_separated_by_commas',result_filename.csv') for PyCharm,SPyDer, VScode or any other IDE
