Pandas - 如何使用上面定义的任何值填充空值

时间:2018-03-05 20:55:02

标签: python pandas

以下是输入的示例:

enter image description here

以下是输出示例:

enter image description here

1 个答案:

答案 0 :(得分:0)

如果' Col1'和' Col2'是indexex,

df.reset_index()

如果没有那么

df.ffill()