python将行向后移动一行

时间:2016-07-06 09:18:55

标签: python pandas

我通过pandas.read_html

获得了以下数据
      Column1      Column2     Column3      Column4      Column5
0     Entry_1      Value_1     Record_1     test_1       NaN
1     Entry_2      Value_2     Record_2     test_2       NaN
2     Entry_3      Value_3     Record_3     test_3       NaN
3     Entry_4      Value_4     Record_4     test_4       NaN
4     Entry_5      Value_5     Record_5     test_5       NaN
5     Entry_6      Value_6     Record_6     test_6       NaN
6     Entry_7      Value_7     -            Record_7     test_7

如何使用pandasColumn4Column5移回1个空格,以便它自行对齐?

0 个答案:

没有答案