首页 > 解决方案 > 可以做哪些即兴创作来纠正错误?

问题描述

col_cvotes_list =[] for i ingenre_top10.columns: if i.startswith('CVotes'): col_cvotes_list.append(i)

Genre_top10[col_cvotes_list] = Genre_top10[col_cvotes_list].astype(int)

流派_top10.head()

ValueError:使用序列设置数组元素。

标签: type-conversion

解决方案


推荐阅读