在處理資料的時候,有時候會需要憑空建立一個資料矩陣,再依據計算結果一一填入數據。 如果單純建立一個資料庫方法如下: import pandas as pd data = pd.DataFrame().
確定! 回上一頁