Baselight

Topsis

Optimal Decision-Making: Unveiling the Power of TOPSIS Dataset Analysis

@kaggle.bravo03_topsis

Topsis Dataset
@kaggle.bravo03_topsis.topsis_dataset

  • 4.64 KB
  • 8 rows
  • 6 columns
fund_name

Fund Name

p1

P1

p2

P2

p3

P3

p4

P4

p5

P5

M10.620.386.758.716.6
M20.930.865.547.913.8
M30.620.383.265.917.53
M40.760.583.438.410.79
M50.740.553.156.415.2
M60.80.644.241.811.86
M70.950.94.150.314.06
M80.820.673.737.610.7

CREATE TABLE topsis_dataset (
  "fund_name" VARCHAR,
  "p1" DOUBLE,
  "p2" DOUBLE,
  "p3" DOUBLE,
  "p4" DOUBLE,
  "p5" DOUBLE
);

Share link

Anyone who has the link will be able to view this.