类似聚宽, 排除上市不满多少天的语句怎么写啊
get_all_securities("stock", "20231010")["start_date"].apply(lambda x: len(get_trade_days(x, "20231010"))) 可以获取所有股票的上市天数