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 "C:\Users\Administrator.IntelliJIdea2017.2\config\plugins\python\helpers\pydev\pydevd.py", line 1596, in
globals = debugger.run(setup['file'], None, None, is_module)
File "C:\Users\Administrator.IntelliJIdea2017.2\config\plugins\python\helpers\pydev\pydevd.py", line 1023, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "C:\Users\Administrator.IntelliJIdea2017.2\config\plugins\python\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "D:/javaweb_idea/bitcoin-arbitrage/test/mytest.py", line 38, in
result=LLV(data["a"],3)
File "D:\Anaconda3\lib\site-packages\funcat\utils.py", line 92, in wrapper
return func(*args, **kwargs)
File "D:\Anaconda3\lib\site-packages\funcat\func.py", line 194, in llv
series = s.series
File "D:\Anaconda3\lib\site-packages\pandas\core\generic.py", line 2970, in getattr
return object.getattribute(self, name)
AttributeError: 'Series' object has no attribute 'series'
serires 这玩意是谁的属性呢
The text was updated successfully, but these errors were encountered:
lyonLeeLPL
changed the title
我想用来进行虚拟币(比特币0)
我想用来进行虚拟币(比特币),'Series' object has no attribute 'series'
Mar 5, 2018
提 ISSUE 须知
如果是 bug 反馈,烦请在 issue 中描述以下问题:
1. funcat 的版本
0.3.2
2. Python 的版本
3.6
3. 是 Windows / Linux / MacOS or others?
windows
4. 您出现问题对应的源码 / 或者能复现问题的简易代码
data=DataFrame()
arr = [1,5,323,20,5,3,2]
data["a"]=arr
result=LLV(data["a"],3)
print(K, D, J)
5. 您出现的错误堆栈日志信息
Traceback (most recent call last):
File "C:\Users\Administrator.IntelliJIdea2017.2\config\plugins\python\helpers\pydev\pydevd.py", line 1596, in
globals = debugger.run(setup['file'], None, None, is_module)
File "C:\Users\Administrator.IntelliJIdea2017.2\config\plugins\python\helpers\pydev\pydevd.py", line 1023, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "C:\Users\Administrator.IntelliJIdea2017.2\config\plugins\python\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "D:/javaweb_idea/bitcoin-arbitrage/test/mytest.py", line 38, in
result=LLV(data["a"],3)
File "D:\Anaconda3\lib\site-packages\funcat\utils.py", line 92, in wrapper
return func(*args, **kwargs)
File "D:\Anaconda3\lib\site-packages\funcat\func.py", line 194, in llv
series = s.series
File "D:\Anaconda3\lib\site-packages\pandas\core\generic.py", line 2970, in getattr
return object.getattribute(self, name)
AttributeError: 'Series' object has no attribute 'series'
serires 这玩意是谁的属性呢
The text was updated successfully, but these errors were encountered: