📌  相关文章
📜  pandas 将列向上移动直到值 - Python 代码示例

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

代码示例1
#We create a function to shift up the data of each column up until the first actual number
def shift_up(data):
    i=0
    while(i