79180576

Date: 2024-11-12 09:55:39
Score: 2.5
Natty:
Report link

To show columns with NaN >0:

s = (job.isnull().sum(axis = 0))
print(s[s>0])
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Henry