Hola segun el codigo atletas.fillna(atletas.mean(), inplace = True)
me sale este error :1: FutureWarning: The default value of numeric_only in DataFrame.mean is deprecated. In a future version, it will default to False. In addition, specifying 'numeric_only=None' is deprecated. Select only valid columns or specify the value of numeric_only to silence this warning. atletas.fillna(atletas.mean(), inplace = True)
como puedo reemplazar el codigo