There was an error while loading. Please reload this page.
2 parents e742209 + 2ab0af1 commit 98e18bbCopy full SHA for 98e18bb
articles/data-explorer/python-query-data.md
@@ -29,7 +29,7 @@ This quickstart is also available as an [Azure Notebook](https://notebooks.azure
29
Install *azure-kusto-data*.
30
31
```
32
-pip install azure-kusto-data==0.0.13
+pip install azure-kusto-data
33
34
35
## Add import statements and constants
@@ -95,4 +95,4 @@ You should see the top ten results from the StormEvents table.
95
## Next steps
96
97
> [!div class="nextstepaction"]
98
-> [Quickstart: Ingest data using the Azure Data Explorer Python library](python-ingest-data.md)
+> [Quickstart: Ingest data using the Azure Data Explorer Python library](python-ingest-data.md)
0 commit comments