pandas字符串转成数字的方法
摘要:
final_df["xx"] = pd.factorize(final_df["xx"])[0].astype(int) pandas字符串转成数字的方法,老是忘了,一般的map函数类别还得自己指定映射关系,用这个多方便 不过用这个函数的时候,最好是把训练集、验证集、测试集拼到一起,同时映射,不然关 阅读全文
posted @ 2021-01-20 14:47 swuxyj 阅读(6153) 评论(0) 推荐(0) 编辑