优化选股计算
This commit is contained in:
6
poetry.lock
generated
6
poetry.lock
generated
@@ -3321,14 +3321,14 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tushare"
|
name = "tushare"
|
||||||
version = "1.4.16"
|
version = "1.4.17"
|
||||||
description = "A utility for crawling historical and Real-time Quotes data of China stocks"
|
description = "A utility for crawling historical and Real-time Quotes data of China stocks"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "tushare-1.4.16-py3-none-any.whl", hash = "sha256:43ae9bd0a356b8eb16a781b096c4ba849eb6ff7854c9fce8aadc01e0a487e196"},
|
{file = "tushare-1.4.17-py3-none-any.whl", hash = "sha256:a367389cbc50098f49a397263284ec424877b72e4776cb2ba59d4b0dd6f2bc37"},
|
||||||
{file = "tushare-1.4.16.tar.gz", hash = "sha256:20b6b9a1841bf730da3c27e68aa08a4fe4c4636a7fe6308903b46c9622d4467c"},
|
{file = "tushare-1.4.17.tar.gz", hash = "sha256:e73c471ec96261b70937a66daa7942ad6372a86a37218468980c61dc8bace323"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ import os.path
|
|||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
finance_root = "/Users/lanyuanxiaoyao/SynologyDrive/data/Tushare"
|
# finance_root = "/Users/lanyuanxiaoyao/SynologyDrive/data/Tushare"
|
||||||
|
finance_root = "C:\\Users\\lanyuanxiaoyao\\Documents\\Tushare"
|
||||||
|
|
||||||
|
|
||||||
def load_balance_sheet():
|
def load_balance_sheet():
|
||||||
|
|||||||
2320
财报筛选/金字塔选股.ipynb
2320
财报筛选/金字塔选股.ipynb
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user