与“示例数据”相关
示例数据包
该 sampledata 包提供返回基本样本数据集的函数。
示例包
该 sample 包含用于下载和输出 InfluxDB 示例数据集的函数。
sampledata.bool() 函数
sampledata.bool() 返回一个包含布尔值的样本数据集。
sampledata.float() 函数
sampledata.float() 返回一个包含浮点值的样本数据集。
sampledata.int() 函数
sampledata.int() 返回一个包含整数值的样本数据集。
sampledata.numericBool() 函数
sampledata.numericBool() 返回一个包含数字(整数)布尔值的样本数据集。
sampledata.string() 函数
sampledata.string() 返回一个包含字符串值的样本数据集。
sampledata.uint() 函数
sampledata.uint() 返回一个包含无符号整数值的样本数据集。
sample.data() 函数
sample.data() 下载指定的 InfluxDB 示例数据集。
sample.list() 函数
sample.list() 输出关于可用的 InfluxDB 示例数据集的信息。