python
8 TopicsPlotly visualizations in Azure Data Explorer
We extend the set of ADX visualizations, supporting advanced interactive visualizations by Plotly graphics library. Plotly supports ~80 chart types including basic charts, scientific, statistical, financial, maps, 3D, animations and more.9.6KViews6likes0CommentsIntroducing Advanced KQL Free Online Course
Are you analyze data on ADX? User Analytics? Geographic? Machine Learning? Time Series Analysis? Anomaly Detection? You have come to the right place! You are welcome to take our new Advanced KQL course that will boost your knowledge and skills for performing advanced analytics in ADX6.6KViews7likes0CommentsAzure Data Explorer support for inline Python is GA
Embedding Python code in KQL query is Generally Available! Your data is stored in ADX and you need to analyze it with advanced algorithms? scoring ML models? No need anymore for the complex process of exporting the data, processing it and ingesting the results back to ADX! now you can do everything inside ADX, near your data, by embedding Python code with your KQL query, leveraging the powerful Python ecosystem. Customers are already using this capability for scoring models, extending time series analysis, performing statistical tests and many other scenarios5.6KViews6likes0CommentsHow to debug inline Python code in Azure Data Explorer
Azure Data Explorer supports running Python code embedded in Kusto query language using the python() plugin. The python() plugin capability extends Kusto query language native functionalities with the huge archive of OSS Python packages, enabling running advanced algorithms, such as ML, AI and Time Series Analysis as part of the query. To improve and streamline this workflow, Azure Data Explorer supports integration between Kusto Explorer or Web UI clients and VS Code for authoring and debugging KQL inline Python code.4.7KViews1like0Comments