79673446

Date: 2025-06-20 13:24:49
Score: 1
Natty:
Report link

i think this can be solved by filling the missing values first right after loading the data

 data['variable'].fillna('No data')

and turn them into categorical

data['variable_q'] = pd.Categorical(data['variable'])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zakaria El Kazdam