logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

TypeError: int() argument must be a string, a bytes-like object or a number, not ‘NoneType‘

运行环境:python 3.6.6pandas 1.1.2问题描述:使用pandas的astype()方法的时候报错TypeError: int() argument must be a string, a bytes-like object or a number, not ‘NoneType’df['store_rank'] = df['store_rank'].astype(int)原因分析

#python
暂无文章信息