{'BLOCKER': 'F', 'CRITICAL': 'E', 'MAJOR': 'D', 'MINOR': 'B', 'NO RISK': 'A'}
this is the dictionary and is inside a column called severity ,
dataframe i want is
A B C D E F
NO RISK MINOR NA MAJOR CRITICAL BLOCKER