We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我的交易单结构如下:
运行sys = xa.mul(status=df_jihua) ,就出现报错,所没有买过的股票不能卖出,可是我明明都买了呀!哪位大神帮我看看,小弟不甚感激!!
The text was updated successfully, but these errors were encountered:
交易账单表截图见附件!
Sorry, something went wrong.
是不是 NaN 的原因,你把那些换成 0 呢?
换成0就好了,感谢呀!不过我看文档说明里面明明写的NaN是可以的,是不是也要更新一下文档
No branches or pull requests
我的交易单结构如下:
| date | 000390 | 001300 | 001487 | 001605 | 001938 | 002258 | 002943 | 004241 | 004997 | 005598 -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- 2021-10-08 | 1000.000 | 1000.000 | 1000.000 | 1000.000 | 1000.000 | NaN | NaN | NaN | NaN | NaN 2022-05-05 | -0.005 | -0.005 | -0.005 | -0.005 | -0.005 | 1000.0 | 1000.0 | 1000.0 | 1000.0 | 1000.0运行sys = xa.mul(status=df_jihua) ,就出现报错,所没有买过的股票不能卖出,可是我明明都买了呀!哪位大神帮我看看,小弟不甚感激!!
The text was updated successfully, but these errors were encountered: