随笔分类 -  报错本

摔倒一次不能摔倒第二次啊
摘要:在做concat操作的时候,出现了这样的错误: Shape of passed values is (8, 51), indices imply (6, 51) 经过检查是因为数据前面使用过append,index是不一样的;在concat的时候是根据默认的index进行拼接的;因此需要进行rese 阅读全文
posted @ 2023-03-02 11:20 土星狗蛋 阅读(370) 评论(0) 推荐(0)
摘要:直接进行一个cf的查询自用字典1、对读入的文件 进行一个数据的写入特征指定 比如一串全是数字的文本 可能会被读成int float 需要指定类型data_set = pd.read_csv(file_name, encoding='utf8',dtype={'kol_id':str})2、数据集划分 阅读全文
posted @ 2022-11-07 15:38 土星狗蛋 阅读(43) 评论(0) 推荐(0)
摘要:严重: Servlet.service() for servlet [jsp] in context with path [/management] threw exception [javax.servlet.ServletException: com.mysql.jdbc.exceptions. 阅读全文
posted @ 2018-04-24 16:35 土星狗蛋 阅读(668) 评论(0) 推荐(0)
摘要:报错内容: java.sql.SQLException: Column count doesn't match value count at row 1 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1056) at com. 阅读全文
posted @ 2018-04-22 16:57 土星狗蛋 阅读(871) 评论(0) 推荐(0)