pandas dataframe remplacer l'inf

df.replace([np.inf, -np.inf], np.nan)
Exuberant Eland