
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
raise KeyError("%s is not a file in the archive" % key) KeyError: 'columns is not a file in the arch
data = np.load("populations.npz", allow_pickle=True)feature_names = data["columns"]data = data["value"]读入.npz的data的[]里面的字符串错误用for i in dataprint(i)查看data的可用[]里面的字符串修改后:data = np.load("...
raise KeyError("%s is not a file in the archive" % key) KeyError: 'columns is not a file in the arch
data = np.load("populations.npz", allow_pickle=True)feature_names = data["columns"]data = data["value"]读入.npz的data的[]里面的字符串错误用for i in dataprint(i)查看data的可用[]里面的字符串修改后:data = np.load("...
到底了







