![]() |
1
0
考虑使用python的sqlite包连接数据库并在其中进行查询。 https://docs.python.org/2/library/sqlite3.html 通过查询,您可以检查表的模式。或者如果您想使用pandas分析数据,那么可以考虑使用SQLAlchemy创建到DB的连接。 http://docs.sqlalchemy.org/en/latest/core/engines.html#supported-databases 之后,使用以下命令将表读取为pandas数据帧 https://pandas.pydata.org/pandas-docs/version/0.21/generated/pandas.read_sql_table.html
这应该管用。 |
|
Johnny T · 基于当前值的SQL合并表[重复] 5 月前 |
![]() |
John D · 需要为NULL或NOT NULL的WHERE子句 6 月前 |
![]() |
ojek · 如何对SQL结果进行分组和编号? 6 月前 |
![]() |
senek · 如何在PL/SQL中将选择结果(列)放入数组中 6 月前 |
![]() |
Sax · 规范化Google表格(第一步) 6 月前 |
![]() |
Jatin · 检索卷计数的动态sql抛出错误语法错误[关闭] 6 月前 |
![]() |
Andrus · 如何在sql中查找第二个匹配项 6 月前 |