drkvcsstvn commited on
Commit
07d097b
·
verified ·
1 Parent(s): e1730a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1085,7 +1085,7 @@ cp_performance = pn.Tabs(('Performance results',pn.Column(pn.Row(cp_select,year_
1085
  results = df[df['year'] != 2017]
1086
  results_filtered = results[~results['people'].str.contains('Cytologist 8', na=False)]
1087
  med_ref_distribution = pd.concat([results_filtered[results_filtered.people.str.contains('KGYC')],results.iloc[[0]]])[['ASC/LSIL','ASC-US/ASC-H ratio(%)', 'Abnormal Rate(%)','Referral Rate(%)']]
1088
- med_ref_distribution.loc[len(med_ref_distribution)] = {'ASC/LSIL':0.75,'ASC-US/ASC-H ratio(%)':7.15, 'Abnormal Rate(%)':1.5}
1089
 
1090
 
1091
  # In[15]:
 
1085
  results = df[df['year'] != 2017]
1086
  results_filtered = results[~results['people'].str.contains('Cytologist 8', na=False)]
1087
  med_ref_distribution = pd.concat([results_filtered[results_filtered.people.str.contains('KGYC')],results.iloc[[0]]])[['ASC/LSIL','ASC-US/ASC-H ratio(%)', 'Abnormal Rate(%)','Referral Rate(%)']]
1088
+ med_ref_distribution.loc[len(med_ref_distribution)] = {'ASC/LSIL':0.75,'ASC-US/ASC-H ratio(%)':12.5, 'Abnormal Rate(%)':1.5}
1089
 
1090
 
1091
  # In[15]: