Python DataFrame 如何刪除原來的索引,從新創建索引

刪除行索引重排:索引 ser.reset_index(drop = True)co df.reset_index(drop = True)index ------------------------------------------ 直接修列索引: df = pd.DataFrame(df,columns = ['One','Two','Three'])
相關文章
相關標籤/搜索