There is function in azure data explorer i.e. series_decompose() , so I need to use this function in my python program locally with data from sql
So can I do it, and if yes then how?
There is function in azure data explorer i.e. series_decompose() , so I need to use this function in my python program locally with data from sql
So can I do it, and if yes then how?
You can run KQL functions when using Kusto (a.k.a. ADX or Azure Data Explorer), or another service that runs on top of Kusto, e.g. Azure Monitor, Sentinel etc.