我想将每列的值乘以 df
喜欢col_1 = 0.0006751475 * 0.0014568972 * 0.0012081586 * 0.0008528179 * 0.0015990335 * 0.0008528179和其他列相同
样品 df
col_1 col_2 col_3
0.0006751475 0.0013460512 0.0006971176
0.0014568972 0.0001624545 0.0003637135
0.0012081586 0.0009051034 0.0006364987
0.0008528179 0.0008122723 0.0003334041
0.0015990335 0.0003249089 0.0006364987
0.0008528179 0.0008122723 0.0003334041
Run Code Online (Sandbox Code Playgroud)