python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AttributeError:'str' object has no attribute 'unique' (Pandas.unique)
In my script, I use pandas module. When I execute my file.py - everything works well. But I've converted my file.py to file.exe with auto-py-to-exe and got an error: AttributeError:'str' object has no...
Aleksandr Tyshkevich
Votes: 0
Answers: 1
Backtrader issue - optstrategy AttributeError: module 'collections' has no attribute 'Iterable'
I'm trying to optimize my strategy on Backtrader with python but keeps getting this error and i can't find anything on the web showing why I'm getting it.
My code is simple and loosely based on the qu...
mr_statler
Votes: 0
Answers: 1
Getting "'tuple' object has no attribute 'perimetre'?"
How to resolve the problem?
I try:
class plot():
def __init__(self,length,width):
self.length = length
self.width = width
def area(self):
print("area is ",self.lengt...
golu master
Votes: 0
Answers: 1
Discord.py :- AttributeError: module 'music' has no attribute 'setup'
I am getting this error in my main file. I have tried using music docs but it is not working out as I cannot see the setup attribute in the music library of python.
mukherjeeswapnendu SIES GST
Votes: 0
Answers: 0