ppsingh commited on
Commit
50271fd
1 Parent(s): 6077dbc

categorical astype for labels

Browse files
Files changed (1) hide show
  1. appStore/target.py +1 -1
appStore/target.py CHANGED
@@ -200,7 +200,7 @@ def target_display():
200
  convert_type = {'Netzero Label': 'category',
201
  'Conditional Label':'category',
202
  'GHG Label':'category',
203
- 'Adapt-Mitig Label':'category'}
204
  hits = hits.astype(convert_type)
205
  filter_dataframe(hits)
206
 
 
200
  convert_type = {'Netzero Label': 'category',
201
  'Conditional Label':'category',
202
  'GHG Label':'category',
203
+ }
204
  hits = hits.astype(convert_type)
205
  filter_dataframe(hits)
206