79299782

Date: 2024-12-21 17:08:26
Score: 1
Natty:
Report link

I used this to find out all the columns whose dtype == 'object'

    print([x for x in df.columns if df[x].dtypes == 'object'])
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ankit Shaw