-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
针对函数进行优化,同时给大部分 DataFrame 添加代表股票、基金、期货代码的列
- Loading branch information
1 parent
1749764
commit c0e2113
Showing
9 changed files
with
117 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from efinance.fund.getter import (get_base_info, get_fund_codes, get_increase_rate, get_inverst_postion, | ||
get_rank, get_types_persentage, get_period_change, get_public_dates, get_industry_distributing, get_history) | ||
from .getter import (get_base_info, get_fund_codes, get_increase_rate, get_inverst_postion, | ||
get_types_persentage, get_period_change, get_public_dates, get_industry_distributing, get_k_history) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.