79143496

Date: 2024-10-31 04:28:38
Score: 1.5
Natty:
Report link

in your code

df['Id'] = df['Id'].astype('int64')

for astype('Int64') in code, try to use cap letter 'I', not small letter 'i', Like

df['Id'] = df['Id'].astype('Int64')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 陈寿测