摘要: 1、panda 的drop()函数用来删除表中的某一行或者列 print frame.drop(['a'])#删除行 print frame.drop(['Ohio'], axis = 1)#删除列 2、pandas.DataFrame.fillna()函数 使用指定的方法填充NA / NaN值 3 阅读全文
posted @ 2020-04-28 19:09 青晨forever 阅读(124) 评论(0) 推荐(0)
摘要: 参考链接:https://zhuanlan.zhihu.com/p/41663141 Feature columns 被用来把各种形式的原始数据转换为模型能够使用的格式 tensorflow 中文社区链接: https://www.tensorflow.org/tutorials/structure 阅读全文
posted @ 2020-04-28 13:43 青晨forever 阅读(411) 评论(0) 推荐(0)