I changed the type of AGHIGH, AGELOW from float to integer but I found the output is int32 not int64 by using that code
df[['AGEHIGH', 'AGELOW']] = df[['AGEHIGH', 'AGELOW']].astype(int)
1 SCHNAME 13902 non-null object
2 LOCALITY 13902 non-null object
3 TOWN 13902 non-null object
4 SCHSTATUS 13902 non-null object
5 MINORGROUP 13902 non-null object
6 AGELOW 13902 non-null int32
7 AGEHIGH 13902 non-null int32
8 GENDER 13902 non-null object