04 2025 档案

摘要:pandas, 比较2个dataframe, 其中basedf是基础表, 有所有的数据列, odoodf是数据表里面的列在basedf里都存在, 但是行数可能没有basedf多, 现在需要比较这2个df, 比较指定的几个列,这几个列必须在2个df里都存在. 基于一个主键列, 如果这2个df任何一列的 阅读全文
posted @ 2025-04-28 16:03 CrossPython 阅读(190) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-04-22 10:05 CrossPython 阅读(18) 评论(0) 推荐(0)
摘要:1. 动态配置 & 系统工具模块 base(基础模块) ir.config_parameter(系统参数表)部分动态配置可能以JSON格式存储,例如第三方API的复杂配置。 ir.actions(动作配置)某些动作的上下文(context)或参数可能通过序列化字段存储。 web(前端模块) 用户自定 阅读全文
posted @ 2025-04-22 07:40 CrossPython 阅读(21) 评论(0) 推荐(0)
摘要:in manifest.py, append 'base_setup' into depends 阅读全文
posted @ 2025-04-19 19:08 CrossPython 阅读(9) 评论(0) 推荐(0)
摘要:https://python.langchain.com/docs/how_to/custom_chat_model/ https://www.langchain.com.cn/docs/how_to/custom_chat_model/ 阅读全文
posted @ 2025-04-18 22:36 CrossPython 阅读(24) 评论(0) 推荐(0)