zer0e

Results 5 comments of zer0e

this is the dataset https://huggingface.co/datasets/laion/laion2B-en

有修复的预期吗🙏 @bopo

update: u是累计拆分比例,s是累计每股分红,写了个比较粗糙的涨跌幅后复权实现,仅供参考 ```python import efinance as ef def fq_factor(symbol: str, method: str) -> pd.DataFrame: if method == "hfq": r = requests.get(zh_sina_a_stock_url.format(symbol, method)) factor_df = pd.DataFrame( eval(r.text.split("=")[1].split("\n")[0])["data"] ) if factor_df.shape[0] ==...

This is still a very suboptimal solution. How should we handle the "sort by" functionality?

Any updates? Are there any plans and timelines for implementing partition_by?