此人很懒,什么也没有留下
2025-08-14
2025-08-11
2025-08-07
2025-07-28
lyaa 发表于 2022-7-13 13:56 每一行都变成2020-01-01~2020-01-07?直接写'2020-01-01~2020-01-07'
使用道具 11#
yhdata_Leplzyo3 发表于 2022-7-13 14:03 这是例子啊,真实数据查出来的date字段的数据,根据date字段的数据来计算拼接最大值和最小值。 ...
使用道具 12#
lyaa 发表于 2022-7-13 14:48 这样呢 str(min(col['列']))+'~'+str(max(col['列']))
使用道具 13#
yhdata_Leplzyo3 发表于 2022-7-13 15:14 放在表达式里会报错 min is not a function,it is string。 放在聚合表达式里 str is not defined。 换成 ...
使用道具 14#
发表回复 回帖后跳转到最后一页