会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
致林
github.com/haibincoder
博客园
首页
联系
订阅
管理
11 2020 档案
pandas常用操作(新建、插入、删除、保存、apply)
摘要:import pandas as pd def apply_func_demo(x: int) -> int: return x*10 def apply_func_concat(x: pd.DataFrame) -> str: if x['age'] % 2 == 0: return '男' el
阅读全文
posted @
2020-11-24 16:27
致林
阅读(592)
评论(0)
推荐(0)
课程学习列表
摘要:整理了一下目前想看的一些视频: 未看: 哈尔滨工业大学-深度学习基础(MOOC) 面向程序员的深度学习实战课程(2019)(PyTorch/fastai)
阅读全文
posted @
2020-11-09 20:59
致林
阅读(103)
评论(0)
推荐(0)
公告