程序实现过程:
(1)读取csv文件,得到DataFrame类型的数据data;
(2)遍历data中的列;
(3)对每列中的每个数据判断其是否为“NAN”或存在数据类型不一致,若存在,则将其添加到字典d中。