我想知道如何想出新变量“test_array”,它是数据类型数组并通过组合列“test_1”到“test_4”来创建,因为我想用它来进行进一步的计算。
id test_1 test_2 test_3 test_4 test_array
1 10 20 30 40 [10,20,30,40]
2 3 10 20 [ , 3, 10,20]
3 58 98 [58,98, , ]