1. Access the underlying array. 2.Then, call its tolist method. >>> df = pd.DataFrame([[1,2,3],[3,4,5]]). >>> lol = df.values.tolist().
確定! 回上一頁