1. 首页
  2. 数据库
  3. 其它
  4. 工具使用篇——DataFrame易用与易错点总结

工具使用篇——DataFrame易用与易错点总结

上传者: 2020-12-23 01:51:01上传 PDF文件 56.46KB 热度 7次
DataFrame易用与易错点总结 1、apply()函数的应用 def filterComeAndGo(line): if line["dep_cty_chn_nm"]=="昆明": return line["dpt_dt"] else: return line["arrv_dt"] if __name__ == '__main__': arriveData=service.getData("arraveData",startTime="2018-01-01 00:00:00",endTime="2018-01-02 00:00:00
下载地址
用户评论