Python 读取数据库生成excel
发布于 2021-05-13 21:40 ,所属分类:数据库和大数据技术学习资料
来首外国洗脑神曲提提神。干IT是最最无趣的,生活需要多点色彩。

SELECT person_name as 姓名,event_time::date as "日期",min(event_time)as"到达",max(event_time)as"离开"FROM"ac_event_201911"whereperson_id>0groupbyperson_name,event_time::date
SELECT person_name as "姓名",event_time::date as "日期",min(event_time) as "到达",max(event_time) as "离开" FROM "ac_event_201911" where person_id>0 and event_time<'2019-11-26' group by person_name,event_time::date unionSELECT person_name as "姓名",event_time::date as "日期",min(event_time) as "到达",max(event_time) as "离开" FROM "ac_event_201910" where person_id>0 and event_time>'2019-10-25' group by person_name,event_time::date order by "姓名","日期" asc


import pandas as pdimportpsycopg2def gg(query,file):conn=psycopg2.connect(database="cmsdb",user="",password="",host="",port="")#用户名,密码根据实际填df = pd.read_sql_query(query, conn)df.to_excel(file, index=False)




![[数据库] 80G 炼数成金 培训视频集 Openstack+数据库+PYTHON+大数据](https://static.kouhao8.com/sucaidashi/xkbb/225c820a77c4cd186e28f5c3efd35e26.jpg?x-oss-process=image/format,webp/resize,w_88/crop,w_88,h_88,g_nw)



![[数据库] MySQL数据库 DBA系列 全套培训视频 30章 超级经典 (送完整课程实验)](https://static.kouhao8.com/sucaidashi/xkbb/74c6656eb86170babccf92a253b272e6.jpg?x-oss-process=image/format,webp/resize,w_88/crop,w_88,h_88,g_nw)

![[数据库] ORACLE认证培训教程 9i DBA数据库管理员 Fundamentals I (76讲全)](https://static.kouhao8.com/sucaidashi/xkbb/9169a23c31bb9c6ff3576f75c4dcc06d.jpg?x-oss-process=image/format,webp/resize,w_88/crop,w_88,h_88,g_nw)

![[数据库] 分布式文档型数据库引擎开发视频课程(15集)](https://static.kouhao8.com/sucaidashi/xkbb/88600cb84361abcb074f492d9e2d5cf3.jpg?x-oss-process=image/format,webp/resize,w_88/crop,w_88,h_88,g_nw)




![[Redis] 兄弟连NoSQL数据库之 Redis数据库管理与基础课程 Redis数据库零基础入门学习课程](https://static.kouhao8.com/sucaidashi/xkbb/4698e8e1f7e79d89635f19afb771ad37.jpg?x-oss-process=image/format,webp/resize,w_88/crop,w_88,h_88,g_nw)
![[Python] Python编程专题视频9集(操纵MySQL数据库+面向对象+方法+类+wxPython精讲)](https://static.kouhao8.com/sucaidashi/xkbb/c806fff23ba70cc479d33973a3e0ca49.jpg?x-oss-process=image/format,webp/resize,w_88/crop,w_88,h_88,g_nw)






![[数据库] 刘道成MySql数据库视频教程 自学视频下载系列教程41集 增删改查企业数据库操作](https://static.kouhao8.com/sucaidashi/xkbb/5daaa414b7144104c35c7c52d3da6cbf.jpg?x-oss-process=image/format,webp/resize,w_88/crop,w_88,h_88,g_nw)
![[数据库] 上海交大_数据库系统及应用 27集_视频教程](https://static.kouhao8.com/sucaidashi/xkbb/5e06c561ff4cdfe480ac7c3203f5060b.jpg?x-oss-process=image/format,webp/resize,w_88/crop,w_88,h_88,g_nw)

![[网站优化] 兄弟连NoSQL数据库之 Redis数据库管理与基础课程 Redis数据库零基础入门学习课程](https://static.kouhao8.com/sucaidashi/xkbb/6f716366eb922b26fc3aa7ffa1466b5d.jpg?x-oss-process=image/format,webp/resize,w_88/crop,w_88,h_88,g_nw)
![数据库] 数据库视频 尚观云计算之mysql 基础概念视频 配置和使用视频教程](https://static.kouhao8.com/sucaidashi/xkbb/ae8cc037709dacd74467b64b8f25a355.jpg?x-oss-process=image/format,webp/resize,w_88/crop,w_88,h_88,g_nw)
相关资源