ppsingh commited on
Commit
27f464d
1 Parent(s): b6ddbc5

categorical data type

Browse files
Files changed (1) hide show
  1. appStore/policyaction.py +0 -3
appStore/policyaction.py CHANGED
@@ -461,9 +461,6 @@ def policy_display():
461
  st.caption("Filter table to select rows to keep for Policies and Plans category")
462
  hits = filter_for_tracs(hits)
463
  convert_type = {'Conditional Label':'category',
464
- 'Adapt-Mitig Label':'category',
465
- 'Indicator Label':'category',
466
- 'Sector Label':'category',
467
  }
468
  hits = hits.astype(convert_type)
469
  filter_dataframe_policy(hits)
 
461
  st.caption("Filter table to select rows to keep for Policies and Plans category")
462
  hits = filter_for_tracs(hits)
463
  convert_type = {'Conditional Label':'category',
 
 
 
464
  }
465
  hits = hits.astype(convert_type)
466
  filter_dataframe_policy(hits)