Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我想用来进行虚拟币(比特币),'Series' object has no attribute 'series' #19

Open
lyonLeeLPL opened this issue Mar 5, 2018 · 1 comment

Comments

@lyonLeeLPL
Copy link

lyonLeeLPL commented 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 这玩意是谁的属性呢

@lyonLeeLPL lyonLeeLPL changed the title 我想用来进行虚拟币(比特币0) 我想用来进行虚拟币(比特币),'Series' object has no attribute 'series' Mar 5, 2018
@lyonLeeLPL
Copy link
Author

我解决了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant