Python 官方文档:入门教程 => 点击学习
在python3.6上访问impala数据库 安装impyla包 cmd: python3 -m pip install impyla 在安装的过程中可能会报出Microsoft Visual c++ 14.0 is re
from impala.dbapi import connect
from impala.util import as_pandas
conn = connect(host='10.161.20.11', port=21050)
cur = conn.cursor()
cur.execute('SHOW TABLES')
cur.execute('SELECT * FROM businfo')
data = as_pandas(cur)
print (data)
print (type(data))
http://blog.csdn.net/faith_mo_blog/article/details/46985287
https://stackoverflow.com/questions/32338006/write-pandas-table-to-impala
--结束END--
本文标题: 在python3.6上访问impala数
本文链接: https://lsjlt.com/news/184425.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0