python中如何把if判断后的结果写入到dataframe中?

2025-04-11 07:32:44
推荐回答(1个)
回答1:

把print都换成dataframe就可以了
比如说把print('初中高连报')改成dataframe = '初中高连报'