会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Lilian12138
博客园
首页
新随笔
联系
订阅
管理
2022年8月29日
推荐几个python的包
摘要: 1. Plotly:https://plotly.com/python/bar-charts/ 2. Bokeh: https://docs.bokeh.org/en/latest/ 3. Vaex: https://vaex.io/docs/tutorial.html#Columns
阅读全文
posted @ 2022-08-29 20:44 Lilian12138
阅读(48)
评论(0)
推荐(0)
2021年12月30日
Python Vaex 错误总结
摘要: 1. 打开多个csv文件 for i in csv_filelist: data = vaex.from_csv(i) # 其中data的数据并不会被覆盖,会保留原值添加新的值 # 原理有点像 append 2. 打开多个hdf5文件 data_hdf5 = vaex.open_many(filel
阅读全文
posted @ 2021-12-30 21:12 Lilian12138
阅读(385)
评论(0)
推荐(0)
公告