logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决pandas(Python)的报错:unsupported operand type(s) for -: ‘datetime.date’ and ‘Timestamp’

解决pandas(Python)的报错:unsupported operand type(s) for -: ‘datetime.date’ and ‘Timestamp’在使用Pandas包的时候,遇到时间加减出现的报错'datetime.date’是datetime的一种时间格式;‘Timestamp’(注意是大写的字母)是Pandas的一种时间格式。这两个虽然都是都表示时间,但是直接相加减,

#python
解决es中must,must_not,should不能同时生效

解决es中must,must_not,should不能同时生效的问题

#elasticsearch#数据库
到底了