Pandas casting ke integer
df1['ID'] = df1['ID'].astype('Int64')
Omar Hatem
df1['ID'] = df1['ID'].astype('Int64')