摘要:
#### 将字典转为dataframe(1) 使用案例: ``` test_dic = {'subject':[],'time':[],'name':[]} test_dic['subject'].append('play') test_dic['time'].append('2023:10:10' 阅读全文
摘要:
#### DataFrame转为数组Array 有文本数据如下: ![](https://img2023.cnblogs.com/blog/2583196/202305/2583196-20230529105336459-1771066108.png) 目标:将文本数据以数组形式呈现 - 步1:读入 阅读全文