使用pandas之前要導入包: import numpy as np import pandas as pd ... (2)將這一列插入到指定位置,假如插入到第一列 df2.insert(0,'date',date)
確定! 回上一頁