在 Jupyter Notebooks 中将对象转换为 int 时出错
所以我在 python 中将对象转换为 int 时遇到问题。 但是,我的代码是
df['non_renewable'].astype(str).astype(int)
,当我这样做时,我收到错误代码
ValueError:以 10 为基数的 int() 的文字无效:“100%”
此错误有哪些解决方案?
so I'm having problems converting an object to an int in python. my code is
df['non_renewable'].astype(str).astype(int)
however, when I do this, I get the error code
ValueError: invalid literal for int() with base 10: '100%'
what are some solutions to this error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论