文件名称:pykusto:舒适地从Jupyter笔记本电脑查询Kusto
文件大小:63KB
文件格式:ZIP
更新时间:2024-02-25 01:30:14
analytics jupyter-notebook query-builder kusto azure-data-explorer
介绍 pykusto是用于Azure数据资源管理器(aka Kusto)的高级Python SDK。 在2019年Microsoft Hackathon中作为一个项目开始。 入门 安装 pip install pykusto 用法 from datetime import timedelta from pykusto import PyKustoClient , Query # Connect to cluster with AAD device authentication # Databases, tables, and columns are auto-retrieved client
【文件预览】:
pykusto-master
----.github()
--------workflows()
----.idea()
--------compiler.xml(449B)
--------dictionaries()
--------encodings.xml(159B)
--------inspectionProfiles()
--------modules.xml(254B)
--------codeStyles()
--------runConfigurations()
--------scopes()
--------vcs.xml(167B)
----LICENSE(1KB)
----test()
--------test_client.py(8KB)
--------test_query.py(18KB)
--------test_client_fetch.py(13KB)
--------__init__.py(0B)
--------test_base.py(10KB)
--------test_expressions.py(17KB)
--------udf.py(785B)
--------test_functions.py(36KB)
--------test_utils.py(3KB)
----pykusto()
--------__init__.py(587B)
--------_src()
----setup.py(2KB)
----README.md(2KB)
----CODE_OF_CONDUCT.md(444B)
----.gitignore(6KB)
----pykusto.iml(408B)