Ao digitar o seguinte comando nomes = np.loadtxt('carros-nomes.txt'), aparece o erro abaixo. Alguém pode me ajudar?
ValueError Traceback (most recent call last) in ----> 1 nomes = np.loadtxt('carros-nomes.txt')
2 frames /usr/local/lib/python3.8/dist-packages/numpy/lib/npyio.py in _floatconv(x) 723 def _floatconv(x): 724 try: --> 725 return float(x) # The fastest path. 726 except ValueError: 727 if '0x' in x: # Don't accidentally convert "a" ("0xa") to 10.
ValueError: could not convert string to float: 'Jetta'