Sort meeting timeslot using priority base:python Django

im creating in the one to one meeeting website. and try to do for the sorting section

  • sorting in the vendor need to meet == delligate => V
  • sorting to the deligate need to meet == vendor => D
  • deligate and vendor need to equally meet vendor == deligate && deligate == vendor =>M

these conditions are need to done for python django section. im try to fix the section in the pandas but that is not happen. only coming in the 'NaN' values .

Back to Top