mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 16:44:15 +08:00
矩阵侧逐列前向填充时跳过空值写入, 新一期财报缺某指标就继续沿用上一期, 同一行会混用两期报告 (pb 取新期净资产、roe 停在上一期); polars 侧 join_asof 只认最新一期整行, 该指标为 null。同一份配置两条路径给出不同 因子值。改为空值同样覆盖为 NaN, 与 attach_fundamental_factors 口径一致。