To quickly get a list from a pandas dataframe with each item representing a row in the dataframe, you can use df.values.tolist()
確定! 回上一頁