Python 中建立DataFrame的方法. 1. 從外部檔案生成(如csv、xlsx、json、html等). import pandas as pd df = pd.read_excel('./data.xlsx') print(df) ...
確定! 回上一頁