摘要:
(64条消息) SQL查询-存在一个表而不在另一个表中的数据_请加油吧的博客-CSDN博客 SQL查询-存在一个表而不在另一个表中的数据 方法1:使用not in 容易理解,效率低,执行时间为1.395s select distinct a.id from a where a.id not in ( 阅读全文
摘要:
Power Query的数据转换方法(From) - 简书 (jianshu.com) 阅读全文
摘要:
Python中schedule模块关于定时任务使用方法_python_脚本之家 (jb51.net) Python中schedule模块定时任务的使用方法(2)_python_脚本之家 (jb51.net) https://zhuanlan.zhihu.com/p/516413767 阅读全文
摘要:
1.当聚合字段是数值型时,用map(str)转化成字符串 df.groupby('Date').Data.transform(lambda x: ",".join(map(str, x.unique()))) 2.当聚合字段是字符串类型 df['consol_info']=df.groupby('c 阅读全文
摘要:
转: 23、pandas的多列拼接成一列函数.str.cat() - 简书 (jianshu.com) 阅读全文
摘要:
以X结尾的迭代函数 - DAX圣经 - Power BI极客 (powerbigeek.com) 阅读全文
摘要:
1. calculate 会将行上下文转换为筛选上下文;在calculate 中没有行上下文,只有筛选筛选上下文; 2. 度量值自带calculate的功能,可以进行上下文的转换; 具体详解见: 理解上下文转换 (powerbigeek.com) 阅读全文
摘要:
转载: mysql 实现lag() over (partition by order by) - 简书 (jianshu.com) 阅读全文