Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
该了这里的code,columns=["code"]+FinanceFactor.important_cols()
  • Loading branch information
loveher147 authored Aug 10, 2021
1 parent cb507ba commit d81504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Block registered recorders:{'eastmoney': <class 'zvt.recorders.eastmoney.meta.ch

2018年年报 roe>8% 营收增长>8% 的前20个股
```
In [38]: df=FinanceFactor.query_data(filters=[FinanceFactor.roe>0.08,FinanceFactor.report_period=='year',FinanceFactor.op_income_growth_yoy>0.08],start_timestamp='2019-01-01',order=FinanceFactor.roe.desc(),limit=20,columns=[FinanceFactor.code]+FinanceFactor.important_cols(),index='code')
In [38]: df=FinanceFactor.query_data(filters=[FinanceFactor.roe>0.08,FinanceFactor.report_period=='year',FinanceFactor.op_income_growth_yoy>0.08],start_timestamp='2019-01-01',order=FinanceFactor.roe.desc(),limit=20,columns=["code"]+FinanceFactor.important_cols(),index='code')
In [39]: df
Out[39]:
Expand Down

0 comments on commit d81504e

Please sign in to comment.