📜  pd.concat 有 nan - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:38.299000             🧑  作者: Mango

代码示例1
bbb.index = aaa.index
print (pd.concat([aaa, bbb], axis=1))
    prediction  groundTruth
4            0            0
5            1            0
8            0            1
7            1            0
10           0            1
12           0            1