Skip to content

Making pandas Optional

Compare
Choose a tag to compare
@danield137 danield137 released this 15 Sep 15:19
· 398 commits to master since this release

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 of KustoConnectionStringBuilder. 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.