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_dataframe
moved 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_id
as part ofKustoConnectionStringBuilder
. for further info on how to get the id - follow this link
FIXES:
pandas
are no longer installed as part of package which should make installation much faster.