Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47270

    Exploração+da+base+de+dados+2+(Departamento+de+recursos+humanos)

    criando correlações

    ValueError: could not convert string to float: ‘Travel_Rarely’

    #47273
    Denny Ceccon
    Moderator

      Olá Moises,

      Devido a uma atualização da biblioteca Pandas, agora você deve fazer:

      correlations = employee_df.corr(numeric_only=True)

      Já estou corrigindo no notebook também.

    Viewing 2 posts - 1 through 2 (of 2 total)
    • You must be logged in to reply to this topic.