我想通过pyspark在spark dataframe的一个向量列中找到最大值的索引。这是一个稀疏向量吗?如何访问数组? [0.162, 0.511, 0.022, ....]、How to get the index of the highest value in a list per row in a Spark DataFrame?[PySpark]、How to find the argmax of a vector in
我正在查找数据中所有列的“模式”,并将它们存储在列表中。计算每个列的我的模式的代码: #calculating mode valuefor i in df_num.columnsmode_val.append(mode2.first()[0])6500.0,0.0,无,1300.0,3.0,3.0,0.0,无,38000.0
当我试图将列表转换成数据文件时,这是我将模式列表转换为data