Python - Supprimez les flotteurs dans un dataframe

my_df['my_var'].astype('int64')
Andrea Perlato