Olá, Pessoal \o/
Não consigo executar o comando ncarros = np.loadtxt('carros-nomes.txt')
. O que posso estar fazendo errado?
Aparece o seguinte erro:
ValueError Traceback (most recent call last)
<ipython-input-125-2525ac41a101> in <module>
----> 1 ncarros = np.loadtxt('carros-nomes.txt')
3 frames
/usr/local/lib/python3.7/dist-packages/numpy/lib/npyio.py in floatconv(x)
734 if '0x' in x:
735 return float.fromhex(x)
--> 736 return float(x)
737
738 typ = dtype.type
ValueError: could not convert string to float: 'Jetta'