... 日期轉為西元日期,將數值文字資料轉為浮點位(float),包含需要去除千分位的處理。 StockPrice['Date'] = StockPrice['Date'].str.replace('/','').astype(int) + ...
確定! 回上一頁