You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:/HackerDoBem/Devs/Trader/Larry.py", line 134, in
main()
File "D:/HackerDoBem/Devs/Trader/Larry.py", line 128, in main
executor.map(AnaliseAtivo, dfSymbols.Asset)
File "D:\HackerDoBem\Devs\Trader\venv\lib\site-packages\pandas\core\generic.py", line 5139, in getattr
return object.getattribute(self, name)
AttributeError: 'DataFrame' object has no attribute 'Asset'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:/HackerDoBem/Devs/Trader/Larry.py", line 134, in
main()
File "D:/HackerDoBem/Devs/Trader/Larry.py", line 128, in main
executor.map(AnaliseAtivo, dfSymbols.Asset)
File "D:\HackerDoBem\Devs\Trader\venv\lib\site-packages\pandas\core\generic.py", line 5139, in getattr
return object.getattribute(self, name)
AttributeError: 'DataFrame' object has no attribute 'Asset'
The text was updated successfully, but these errors were encountered: