会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
孤飞-博客园
博客园
首页
新随笔
联系
订阅
管理
2022年12月13日
python从中文数字数据区间提取minmax最小值、最大值返回pandas
摘要: 先上结果: 定义转换函数代码: def range2min(text): if '千' in text: text=text.replace('千','000')#替换中文为数字 if '万' in text: if '.' in text: text=text.replace('.','') te
阅读全文
posted @ 2022-12-13 22:39 孤飞
阅读(142)
评论(0)
推荐(0)
编辑
公告