有没有办法获取和删除最后一行像poppython本机列表的方法?
pop
我知道我可以在下面做.我只是想让它成为一条线.
df.ix[df.index[-1]] df = df[:-1]
python pandas
pandas ×1
python ×1