Making pandas Optional
Pandas are no longer a requirement for the package. if pandas are needed, please install with optional flag (pip install azure-kusto-data[pandas] and pip install azure-kusto-ingest[pandas]).
BREAKING CHANGES:
KustoResultTable.to_dataframemoved to helpers
from azure.kusto.data.helpers import dataframe_from_result_table
FEATURES:
- it is now possible to work with your tenant id. exposed new
authority_idas part ofKustoConnectionStringBuilder. for further info on how to get the id - follow this link
FIXES:
pandasare no longer installed as part of package which should make installation much faster.