1. 程式人生 > 其它 >Python append用法

Python append用法

技術標籤:python

1、ignore_index避免出現相同的index。2、需要有data

data = data.append(a,ignore_index=True) #1、ignore_index避免出現相同的index。2、需要有data=