1
摘要: #### 将字典转为dataframe(1) 使用案例: ``` test_dic = {'subject':[],'time':[],'name':[]} test_dic['subject'].append('play') test_dic['time'].append('2023:10:10' 阅读全文
posted @ 2023-05-29 21:06 Bonne_chance 阅读(76) 评论(0) 推荐(0) 编辑
摘要: #### DataFrame转为数组Array 有文本数据如下: ![](https://img2023.cnblogs.com/blog/2583196/202305/2583196-20230529105336459-1771066108.png) 目标:将文本数据以数组形式呈现 - 步1:读入 阅读全文
posted @ 2023-05-29 11:02 Bonne_chance 阅读(787) 评论(0) 推荐(0) 编辑
1