Chore: Rename testdata plugin with a fully qualified name (#75104)

This commit is contained in:
Andres Martinez Gotor
2023-09-22 14:00:40 +02:00
committed by GitHub
parent d6db9eaeb2
commit c70623fb85
98 changed files with 88 additions and 79 deletions
@@ -0,0 +1,3 @@
"a{foo=bar,x=y}",b{foo=baz},"{foo=x, no=name, idx=$seriesIndex}"
1,2,3
4,5,6
1 a{foo=bar,x=y} b{foo=baz} {foo=x, no=name, idx=$seriesIndex}
2 1 2 3
3 4 5 6
@@ -0,0 +1,79 @@
// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name: labels
// Dimensions: 3 Fields by 2 Rows
// +----------------------+-----------------+-------------------------------+
// | Name: a | Name: b | Name: |
// | Labels: foo=bar, x=y | Labels: foo=baz | Labels: foo=x, idx=2, no=name |
// | Type: []*int64 | Type: []*int64 | Type: []*int64 |
// +----------------------+-----------------+-------------------------------+
// | 1 | 2 | 3 |
// | 4 | 5 | 6 |
// +----------------------+-----------------+-------------------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "labels",
"fields": [
{
"name": "a",
"type": "number",
"typeInfo": {
"frame": "int64",
"nullable": true
},
"labels": {
"foo": "bar",
"x": "y"
}
},
{
"name": "b",
"type": "number",
"typeInfo": {
"frame": "int64",
"nullable": true
},
"labels": {
"foo": "baz"
}
},
{
"type": "number",
"typeInfo": {
"frame": "int64",
"nullable": true
},
"labels": {
"foo": "x",
"idx": "2",
"no": "name"
}
}
]
},
"data": {
"values": [
[
1,
4
],
[
2,
5
],
[
3,
6
]
]
}
}
]
}
@@ -0,0 +1,3 @@
Field1,Field2,Field3,123
True,Hello,6,
False,6,World,6
1 Field1 Field2 Field3 123
2 True Hello 6
3 False 6 World 6
@@ -0,0 +1,80 @@
// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name: mixed
// Dimensions: 4 Fields by 2 Rows
// +---------------+-----------------+-----------------+----------------+
// | Name: Field1 | Name: Field2 | Name: Field3 | Name: 123 |
// | Labels: | Labels: | Labels: | Labels: |
// | Type: []*bool | Type: []*string | Type: []*string | Type: []*int64 |
// +---------------+-----------------+-----------------+----------------+
// | true | Hello | 6 | null |
// | false | 6 | World | 6 |
// +---------------+-----------------+-----------------+----------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "mixed",
"fields": [
{
"name": "Field1",
"type": "boolean",
"typeInfo": {
"frame": "bool",
"nullable": true
}
},
{
"name": "Field2",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
},
{
"name": "Field3",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
},
{
"name": "123",
"type": "number",
"typeInfo": {
"frame": "int64",
"nullable": true
}
}
]
},
"data": {
"values": [
[
true,
false
],
[
"Hello",
"6"
],
[
"6",
"World"
],
[
null,
6
]
]
}
}
]
}
@@ -0,0 +1,3 @@
Field1,Field2,Field3,Float,Time
A,5,6,6.7,1621987000000
B,6,7,8.9,1621988000000
1 Field1 Field2 Field3 Float Time
2 A 5 6 6.7 1621987000000
3 B 6 7 8.9 1621988000000
@@ -0,0 +1,92 @@
// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name: simple
// Dimensions: 5 Fields by 2 Rows
// +-----------------+----------------+----------------+------------------+-------------------------------+
// | Name: Field1 | Name: Field2 | Name: Field3 | Name: Float | Name: Time |
// | Labels: | Labels: | Labels: | Labels: | Labels: |
// | Type: []*string | Type: []*int64 | Type: []*int64 | Type: []*float64 | Type: []*time.Time |
// +-----------------+----------------+----------------+------------------+-------------------------------+
// | A | 5 | 6 | 6.7 | 2021-05-25 23:56:40 +0000 UTC |
// | B | 6 | 7 | 8.9 | 2021-05-26 00:13:20 +0000 UTC |
// +-----------------+----------------+----------------+------------------+-------------------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "simple",
"fields": [
{
"name": "Field1",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
},
{
"name": "Field2",
"type": "number",
"typeInfo": {
"frame": "int64",
"nullable": true
}
},
{
"name": "Field3",
"type": "number",
"typeInfo": {
"frame": "int64",
"nullable": true
}
},
{
"name": "Float",
"type": "number",
"typeInfo": {
"frame": "float64",
"nullable": true
}
},
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"A",
"B"
],
[
5,
6
],
[
6,
7
],
[
6.7,
8.9
],
[
1621987000000,
1621988000000
]
]
}
}
]
}
@@ -0,0 +1,190 @@
// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name:
// Dimensions: 7 Fields by 10 Rows
// +-------------------------------+------------------+------------------+------------------+------------------+------------------+------------------+
// | Name: Time | Name: foo | Name: foo | Name: foo | Name: bar | Name: bar | Name: bar |
// | Labels: | Labels: state=CA | Labels: state=OR | Labels: state=NV | Labels: state=CA | Labels: state=OR | Labels: state=NV |
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []float64 | Type: []float64 | Type: []float64 |
// +-------------------------------+------------------+------------------+------------------+------------------+------------------+------------------+
// | 2020-01-10 23:00:00 +0000 UTC | 0.7591864109 | 0.9882682601 | 0 | 0.6508732545 | -0.1527280131 | 1 |
// | 2020-01-10 23:00:01 +0000 UTC | 0.9913874643 | 0.7446917214 | 0.5458434494 | 0.1309614273 | -0.6674086005 | 0.8378871813 |
// | 2020-01-10 23:00:02 +0000 UTC | 0.9021552854 | 0.2596670347 | 0.9147104586 | -0.431411452 | -0.9656982091 | 0.4041098573 |
// | 2020-01-10 23:00:03 +0000 UTC | 0.5204212341 | -0.3095483617 | 0.9870048864 | -0.8539096785 | -0.9508837004 | -0.1606902426 |
// | 2020-01-10 23:00:04 +0000 UTC | -0.0300467234 | -0.7784002433 | 0.7392870259 | -0.9995484952 | -0.627768318 | -0.6733904463 |
// | 2020-01-10 23:00:05 +0000 UTC | -0.5707727629 | -0.99487481 | 0.2518733583 | -0.8211080641 | -0.1011143526 | -0.9677602034 |
// | 2020-01-10 23:00:06 +0000 UTC | -0.9264396396 | -0.8887854574 | -0.3172041093 | -0.3764433476 | 0.4583234781 | -0.9483572918 |
// | 2020-01-10 23:00:07 +0000 UTC | -0.9817310338 | -0.4945290734 | -0.7834358726 | 0.1902739531 | 0.8691610871 | -0.6214726329 |
// | 2020-01-10 23:00:08 +0000 UTC | -0.7187200578 | 0.0600663144 | -0.9956576407 | 0.6952995601 | 0.9981943888 | -0.0930906135 |
// | 2020-01-10 23:00:09 +0000 UTC | -0.2226816131 | 0.5951866633 | -0.8850616758 | 0.9748912242 | 0.8035874786 | 0.4654737692 |
// +-------------------------------+------------------+------------------+------------------+------------------+------------------+------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
}
},
{
"name": "foo",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "CA"
}
},
{
"name": "foo",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "OR"
}
},
{
"name": "foo",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "NV"
}
},
{
"name": "bar",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "CA"
}
},
{
"name": "bar",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "OR"
}
},
{
"name": "bar",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "NV"
}
}
]
},
"data": {
"values": [
[
1578697200000,
1578697201000,
1578697202000,
1578697203000,
1578697204000,
1578697205000,
1578697206000,
1578697207000,
1578697208000,
1578697209000
],
[
0.7591864109,
0.9913874643,
0.9021552854,
0.5204212341,
-0.0300467234,
-0.5707727629,
-0.9264396396,
-0.9817310338,
-0.7187200578,
-0.2226816131
],
[
0.9882682601,
0.7446917214,
0.2596670347,
-0.3095483617,
-0.7784002433,
-0.99487481,
-0.8887854574,
-0.4945290734,
0.0600663144,
0.5951866633
],
[
0,
0.5458434494,
0.9147104586,
0.9870048864,
0.7392870259,
0.2518733583,
-0.3172041093,
-0.7834358726,
-0.9956576407,
-0.8850616758
],
[
0.6508732545,
0.1309614273,
-0.431411452,
-0.8539096785,
-0.9995484952,
-0.8211080641,
-0.3764433476,
0.1902739531,
0.6952995601,
0.9748912242
],
[
-0.1527280131,
-0.6674086005,
-0.9656982091,
-0.9508837004,
-0.627768318,
-0.1011143526,
0.4583234781,
0.8691610871,
0.9981943888,
0.8035874786
],
[
1,
0.8378871813,
0.4041098573,
-0.1606902426,
-0.6733904463,
-0.9677602034,
-0.9483572918,
-0.6214726329,
-0.0930906135,
0.4654737692
]
]
}
}
]
}
@@ -0,0 +1,451 @@
// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name: foo
// Dimensions: 2 Fields by 10 Rows
// +-------------------------------+------------------+
// | Name: Time | Name: Value |
// | Labels: | Labels: state=CA |
// | Type: []time.Time | Type: []float64 |
// +-------------------------------+------------------+
// | 2020-01-10 23:00:00 +0000 UTC | 0.7591864109 |
// | 2020-01-10 23:00:01 +0000 UTC | 0.9913874643 |
// | 2020-01-10 23:00:02 +0000 UTC | 0.9021552854 |
// | 2020-01-10 23:00:03 +0000 UTC | 0.5204212341 |
// | 2020-01-10 23:00:04 +0000 UTC | -0.0300467234 |
// | 2020-01-10 23:00:05 +0000 UTC | -0.5707727629 |
// | 2020-01-10 23:00:06 +0000 UTC | -0.9264396396 |
// | 2020-01-10 23:00:07 +0000 UTC | -0.9817310338 |
// | 2020-01-10 23:00:08 +0000 UTC | -0.7187200578 |
// | 2020-01-10 23:00:09 +0000 UTC | -0.2226816131 |
// +-------------------------------+------------------+
//
//
//
// Frame[1]
// Name: foo
// Dimensions: 2 Fields by 10 Rows
// +-------------------------------+------------------+
// | Name: Time | Name: Value |
// | Labels: | Labels: state=OR |
// | Type: []time.Time | Type: []float64 |
// +-------------------------------+------------------+
// | 2020-01-10 23:00:00 +0000 UTC | 0.9882682601 |
// | 2020-01-10 23:00:01 +0000 UTC | 0.7446917214 |
// | 2020-01-10 23:00:02 +0000 UTC | 0.2596670347 |
// | 2020-01-10 23:00:03 +0000 UTC | -0.3095483617 |
// | 2020-01-10 23:00:04 +0000 UTC | -0.7784002433 |
// | 2020-01-10 23:00:05 +0000 UTC | -0.99487481 |
// | 2020-01-10 23:00:06 +0000 UTC | -0.8887854574 |
// | 2020-01-10 23:00:07 +0000 UTC | -0.4945290734 |
// | 2020-01-10 23:00:08 +0000 UTC | 0.0600663144 |
// | 2020-01-10 23:00:09 +0000 UTC | 0.5951866633 |
// +-------------------------------+------------------+
//
//
//
// Frame[2]
// Name: foo
// Dimensions: 2 Fields by 10 Rows
// +-------------------------------+------------------+
// | Name: Time | Name: Value |
// | Labels: | Labels: state=NV |
// | Type: []time.Time | Type: []float64 |
// +-------------------------------+------------------+
// | 2020-01-10 23:00:00 +0000 UTC | 0 |
// | 2020-01-10 23:00:01 +0000 UTC | 0.5458434494 |
// | 2020-01-10 23:00:02 +0000 UTC | 0.9147104586 |
// | 2020-01-10 23:00:03 +0000 UTC | 0.9870048864 |
// | 2020-01-10 23:00:04 +0000 UTC | 0.7392870259 |
// | 2020-01-10 23:00:05 +0000 UTC | 0.2518733583 |
// | 2020-01-10 23:00:06 +0000 UTC | -0.3172041093 |
// | 2020-01-10 23:00:07 +0000 UTC | -0.7834358726 |
// | 2020-01-10 23:00:08 +0000 UTC | -0.9956576407 |
// | 2020-01-10 23:00:09 +0000 UTC | -0.8850616758 |
// +-------------------------------+------------------+
//
//
//
// Frame[3]
// Name: bar
// Dimensions: 2 Fields by 10 Rows
// +-------------------------------+------------------+
// | Name: Time | Name: Value |
// | Labels: | Labels: state=CA |
// | Type: []time.Time | Type: []float64 |
// +-------------------------------+------------------+
// | 2020-01-10 23:00:00 +0000 UTC | 0.6508732545 |
// | 2020-01-10 23:00:01 +0000 UTC | 0.1309614273 |
// | 2020-01-10 23:00:02 +0000 UTC | -0.431411452 |
// | 2020-01-10 23:00:03 +0000 UTC | -0.8539096785 |
// | 2020-01-10 23:00:04 +0000 UTC | -0.9995484952 |
// | 2020-01-10 23:00:05 +0000 UTC | -0.8211080641 |
// | 2020-01-10 23:00:06 +0000 UTC | -0.3764433476 |
// | 2020-01-10 23:00:07 +0000 UTC | 0.1902739531 |
// | 2020-01-10 23:00:08 +0000 UTC | 0.6952995601 |
// | 2020-01-10 23:00:09 +0000 UTC | 0.9748912242 |
// +-------------------------------+------------------+
//
//
//
// Frame[4]
// Name: bar
// Dimensions: 2 Fields by 10 Rows
// +-------------------------------+------------------+
// | Name: Time | Name: Value |
// | Labels: | Labels: state=OR |
// | Type: []time.Time | Type: []float64 |
// +-------------------------------+------------------+
// | 2020-01-10 23:00:00 +0000 UTC | -0.1527280131 |
// | 2020-01-10 23:00:01 +0000 UTC | -0.6674086005 |
// | 2020-01-10 23:00:02 +0000 UTC | -0.9656982091 |
// | 2020-01-10 23:00:03 +0000 UTC | -0.9508837004 |
// | 2020-01-10 23:00:04 +0000 UTC | -0.627768318 |
// | 2020-01-10 23:00:05 +0000 UTC | -0.1011143526 |
// | 2020-01-10 23:00:06 +0000 UTC | 0.4583234781 |
// | 2020-01-10 23:00:07 +0000 UTC | 0.8691610871 |
// | 2020-01-10 23:00:08 +0000 UTC | 0.9981943888 |
// | 2020-01-10 23:00:09 +0000 UTC | 0.8035874786 |
// +-------------------------------+------------------+
//
//
//
// Frame[5]
// Name: bar
// Dimensions: 2 Fields by 10 Rows
// +-------------------------------+------------------+
// | Name: Time | Name: Value |
// | Labels: | Labels: state=NV |
// | Type: []time.Time | Type: []float64 |
// +-------------------------------+------------------+
// | 2020-01-10 23:00:00 +0000 UTC | 1 |
// | 2020-01-10 23:00:01 +0000 UTC | 0.8378871813 |
// | 2020-01-10 23:00:02 +0000 UTC | 0.4041098573 |
// | 2020-01-10 23:00:03 +0000 UTC | -0.1606902426 |
// | 2020-01-10 23:00:04 +0000 UTC | -0.6733904463 |
// | 2020-01-10 23:00:05 +0000 UTC | -0.9677602034 |
// | 2020-01-10 23:00:06 +0000 UTC | -0.9483572918 |
// | 2020-01-10 23:00:07 +0000 UTC | -0.6214726329 |
// | 2020-01-10 23:00:08 +0000 UTC | -0.0930906135 |
// | 2020-01-10 23:00:09 +0000 UTC | 0.4654737692 |
// +-------------------------------+------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "foo",
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "CA"
}
}
]
},
"data": {
"values": [
[
1578697200000,
1578697201000,
1578697202000,
1578697203000,
1578697204000,
1578697205000,
1578697206000,
1578697207000,
1578697208000,
1578697209000
],
[
0.7591864109,
0.9913874643,
0.9021552854,
0.5204212341,
-0.0300467234,
-0.5707727629,
-0.9264396396,
-0.9817310338,
-0.7187200578,
-0.2226816131
]
]
}
},
{
"schema": {
"name": "foo",
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "OR"
}
}
]
},
"data": {
"values": [
[
1578697200000,
1578697201000,
1578697202000,
1578697203000,
1578697204000,
1578697205000,
1578697206000,
1578697207000,
1578697208000,
1578697209000
],
[
0.9882682601,
0.7446917214,
0.2596670347,
-0.3095483617,
-0.7784002433,
-0.99487481,
-0.8887854574,
-0.4945290734,
0.0600663144,
0.5951866633
]
]
}
},
{
"schema": {
"name": "foo",
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "NV"
}
}
]
},
"data": {
"values": [
[
1578697200000,
1578697201000,
1578697202000,
1578697203000,
1578697204000,
1578697205000,
1578697206000,
1578697207000,
1578697208000,
1578697209000
],
[
0,
0.5458434494,
0.9147104586,
0.9870048864,
0.7392870259,
0.2518733583,
-0.3172041093,
-0.7834358726,
-0.9956576407,
-0.8850616758
]
]
}
},
{
"schema": {
"name": "bar",
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "CA"
}
}
]
},
"data": {
"values": [
[
1578697200000,
1578697201000,
1578697202000,
1578697203000,
1578697204000,
1578697205000,
1578697206000,
1578697207000,
1578697208000,
1578697209000
],
[
0.6508732545,
0.1309614273,
-0.431411452,
-0.8539096785,
-0.9995484952,
-0.8211080641,
-0.3764433476,
0.1902739531,
0.6952995601,
0.9748912242
]
]
}
},
{
"schema": {
"name": "bar",
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "OR"
}
}
]
},
"data": {
"values": [
[
1578697200000,
1578697201000,
1578697202000,
1578697203000,
1578697204000,
1578697205000,
1578697206000,
1578697207000,
1578697208000,
1578697209000
],
[
-0.1527280131,
-0.6674086005,
-0.9656982091,
-0.9508837004,
-0.627768318,
-0.1011143526,
0.4583234781,
0.8691610871,
0.9981943888,
0.8035874786
]
]
}
},
{
"schema": {
"name": "bar",
"fields": [
{
"name": "Time",
"type": "time",
"typeInfo": {
"frame": "time.Time"
}
},
{
"name": "Value",
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "NV"
}
}
]
},
"data": {
"values": [
[
1578697200000,
1578697201000,
1578697202000,
1578697203000,
1578697204000,
1578697205000,
1578697206000,
1578697207000,
1578697208000,
1578697209000
],
[
1,
0.8378871813,
0.4041098573,
-0.1606902426,
-0.6733904463,
-0.9677602034,
-0.9483572918,
-0.6214726329,
-0.0930906135,
0.4654737692
]
]
}
}
]
}
@@ -0,0 +1,115 @@
// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name: foo
// Dimensions: 3 Fields by 1 Rows
// +-----------------+-----------------+-----------------+
// | Name: CA | Name: OR | Name: NV |
// | Labels: | Labels: | Labels: |
// | Type: []float64 | Type: []float64 | Type: []float64 |
// +-----------------+-----------------+-----------------+
// | 0.3455559195 | 0.9373322369 | -0.487506025 |
// +-----------------+-----------------+-----------------+
//
//
//
// Frame[1]
// Name: bar
// Dimensions: 3 Fields by 1 Rows
// +-----------------+-----------------+-----------------+
// | Name: CA | Name: OR | Name: NV |
// | Labels: | Labels: | Labels: |
// | Type: []float64 | Type: []float64 | Type: []float64 |
// +-----------------+-----------------+-----------------+
// | 0.9383981598 | 0.348436906 | 0.8731196226 |
// +-----------------+-----------------+-----------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "foo",
"fields": [
{
"name": "CA",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "OR",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "NV",
"type": "number",
"typeInfo": {
"frame": "float64"
}
}
]
},
"data": {
"values": [
[
0.3455559195
],
[
0.9373322369
],
[
-0.487506025
]
]
}
},
{
"schema": {
"name": "bar",
"fields": [
{
"name": "CA",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "OR",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "NV",
"type": "number",
"typeInfo": {
"frame": "float64"
}
}
]
},
"data": {
"values": [
[
0.9383981598
],
[
0.348436906
],
[
0.8731196226
]
]
}
}
]
}
@@ -0,0 +1,127 @@
// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name: foo
// Dimensions: 3 Fields by 1 Rows
// +------------------+------------------+------------------+
// | Name: | Name: | Name: |
// | Labels: state=CA | Labels: state=OR | Labels: state=NV |
// | Type: []float64 | Type: []float64 | Type: []float64 |
// +------------------+------------------+------------------+
// | 0.3455559195 | 0.9373322369 | -0.487506025 |
// +------------------+------------------+------------------+
//
//
//
// Frame[1]
// Name: bar
// Dimensions: 3 Fields by 1 Rows
// +------------------+------------------+------------------+
// | Name: | Name: | Name: |
// | Labels: state=CA | Labels: state=OR | Labels: state=NV |
// | Type: []float64 | Type: []float64 | Type: []float64 |
// +------------------+------------------+------------------+
// | 0.9383981598 | 0.348436906 | 0.8731196226 |
// +------------------+------------------+------------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "foo",
"fields": [
{
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "CA"
}
},
{
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "OR"
}
},
{
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "NV"
}
}
]
},
"data": {
"values": [
[
0.3455559195
],
[
0.9373322369
],
[
-0.487506025
]
]
}
},
{
"schema": {
"name": "bar",
"fields": [
{
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "CA"
}
},
{
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "OR"
}
},
{
"type": "number",
"typeInfo": {
"frame": "float64"
},
"labels": {
"state": "NV"
}
}
]
},
"data": {
"values": [
[
0.9383981598
],
[
0.348436906
],
[
0.8731196226
]
]
}
}
]
}
@@ -0,0 +1,279 @@
// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name:
// Dimensions: 4 Fields by 51 Rows
// +----------------+-----------------+-----------------+-----------------+
// | Name: state | Name: foo | Name: bar | Name: baz |
// | Labels: | Labels: | Labels: | Labels: |
// | Type: []string | Type: []float64 | Type: []float64 | Type: []float64 |
// +----------------+-----------------+-----------------+-----------------+
// | AL | 0.6779842417 | 0.7350764367 | 0.9223316213 |
// | AK | 0.9096030926 | -0.4154782951 | -2.1892914822 |
// | AZ | -0.1116867167 | -0.9937434665 | 0.1123898878 |
// | AR | -0.9791366197 | -0.2032030506 | 4.8185133861 |
// | CA | -0.4979007493 | 0.867234019 | -0.5741250208 |
// | CO | 0.6691553056 | 0.7431225854 | 0.9004642286 |
// | CT | 0.9145011285 | -0.4045833483 | -2.2603528598 |
// | DE | -0.0998083785 | -0.9950066771 | 0.1003092549 |
// | DC | -0.9766394812 | -0.2148844427 | 4.5449520161 |
// | ... | ... | ... | ... |
// +----------------+-----------------+-----------------+-----------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"fields": [
{
"name": "state",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "foo",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "bar",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "baz",
"type": "number",
"typeInfo": {
"frame": "float64"
}
}
]
},
"data": {
"values": [
[
"AL",
"AK",
"AZ",
"AR",
"CA",
"CO",
"CT",
"DE",
"DC",
"FL",
"GA",
"HI",
"ID",
"IL",
"IN",
"IA",
"KS",
"KY",
"LA",
"ME",
"MT",
"NE",
"NV",
"NH",
"NJ",
"NM",
"NY",
"NC",
"ND",
"OH",
"OK",
"OR",
"MD",
"MA",
"MI",
"MN",
"MS",
"MO",
"PA",
"RI",
"SC",
"SD",
"TN",
"TX",
"UT",
"VT",
"VA",
"WA",
"WV",
"WI",
"WY"
],
[
0.6779842417,
0.9096030926,
-0.1116867167,
-0.9791366197,
-0.4979007493,
0.6691553056,
0.9145011285,
-0.0998083785,
-0.9766394812,
-0.5082244277,
0.6602308873,
0.9192686737,
-0.0879157985,
-0.9740029853,
-0.5184755873,
0.6512122602,
0.9239050479,
-0.0760106737,
-0.9712275084,
-0.5286527653,
0.6421007112,
0.9284095894,
-0.0640947029,
-0.9683134464,
-0.5387545095,
0.6328975405,
0.9327816557,
-0.0521695864,
-0.9652612151,
-0.5487793785,
0.6236040612,
0.9370206227,
-0.0402370259,
-0.9620712501,
-0.5587259418,
0.6142215995,
0.9411258857,
-0.0282987238,
-0.9587440066,
-0.5685927801,
0.6047514941,
0.9450968588,
-0.0163563838,
-0.9552799593,
-0.5783784856,
0.5951950964,
0.9489329755,
-0.0044117099,
-0.9516796025,
-0.5880816619,
-0.9249747162
],
[
0.7350764367,
-0.4154782951,
-0.9937434665,
-0.2032030506,
0.867234019,
0.7431225854,
-0.4045833483,
-0.9950066771,
-0.2148844427,
0.8612246693,
0.7510626974,
-0.3936306713,
-0.9961279096,
-0.2265351727,
0.8550924308,
0.7588956398,
-0.3826218269,
-0.997107004,
-0.2381535784,
0.8488381787,
0.7666202949,
-0.3715583859,
-0.9979438205,
-0.2497380017,
0.8424628053,
0.7742355605,
-0.360441927,
-0.9986382399,
-0.2612867897,
0.8359672204,
0.7817403499,
-0.3492740364,
-0.9991901629,
-0.2727982946,
0.8293523509,
0.7891335923,
-0.3380563077,
-0.9995995109,
-0.2842708738,
0.8226191405,
0.7964142328,
-0.3267903415,
-0.9998662254,
-0.2957028901,
0.81576855,
0.8035812324,
-0.3154777455,
-0.9999902683,
-0.3070927124,
0.8088015571,
-0.3800286494
],
[
0.9223316213,
-2.1892914822,
0.1123898878,
4.8185133861,
-0.5741250208,
0.9004642286,
-2.2603528598,
0.1003092549,
4.5449520161,
-0.5901182883,
0.8790622801,
-2.3353583464,
0.0882575396,
4.2995662588,
-0.6063386467,
0.8581051544,
-2.4146689575,
0.0762312103,
4.0781562676,
-0.6227956971,
0.8375733273,
-2.4986909855,
0.0642267647,
3.8773171871,
-0.6394994604,
0.8174482971,
-2.5878833336,
0.0522407258,
3.6942595372,
-0.656460403,
0.7977125157,
-2.6827663236,
0.0402696377,
3.5266761887,
-0.6736894652,
0.7783493257,
-2.7839323335,
0.0283100617,
3.372642416,
-0.6911980917,
0.7593429012,
-2.8920587256,
0.0163585722,
3.2305398127,
-0.7089982637,
0.7406781945,
-3.0079236619,
0.0044117529,
3.0989976771,
-0.7271025343,
2.4339604859
]
]
}
}
]
}