IEDB / PEPMatch

Other
16 stars 1 forks source link

TypeError: object cannot be converted to an IntegerDtype for converting `int_cols` #9

Closed danielmarrama closed 4 months ago

danielmarrama commented 4 months ago

Line 837:

df[int_cols] = df[int_cols].astype('Int64')

sometimes an object cannot be converted to ints - likely NaN or other value

danielmarrama commented 4 months ago

Fixed with 138aca2460021364586ebc4f131ea866488abeaa