Tabular time series(表格时间序列)¶
Select a timestamp and a value column from an input transform table and return a time series.
Input type¶
Object set, transform table
Output type¶
Time series
Usage information¶
| Functionality | Availability |
|---|---|
| Standard Quiver card | Supported |
| Transform table transform | Supported* |
* In the transform table, this transform is called "group to time series", and must be performed on a date group and numeric group column (result of a group by transform).
中文翻译¶
表格时间序列¶
从输入转换表中选择时间戳和数值列,返回一个时间序列。
输入类型¶
对象集,转换表
输出类型¶
时间序列
使用信息¶
| 功能 | 支持情况 |
|---|---|
| 标准 Quiver 卡片 | 支持 |
| 转换表转换 | 支持* |
* 在转换表中,此转换称为"分组为时间序列"(group to time series),且必须对日期分组和数值分组列(分组转换的结果)执行。