首先使用np.array()函数把DataFrame转化为np.ndarray(),再利用tolist()函数把np.ndarray()转为list。

R语言json文件转list r语言dataframe转list_pandas