Geopandas mudam o dtype de uma coluna

df_test['column_name'] = df_test['column_name'].astype('int64')
Intempestive Al Dente