We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8440747 commit 4736364Copy full SHA for 4736364
docs/machine-learning/package-management/python-package-information.md
@@ -102,8 +102,8 @@ The following example script displays a list of all Python packages installed in
102
103
```sql
104
EXECUTE sp_execute_external_script
105
- @language = N'Python'
106
- , @script = N'
+ @language = N'Python',
+ @script = N'
107
import pkg_resources
108
import pandas
109
OutputDataSet = pandas.DataFrame(sorted([(i.key, i.version) for i in pkg_resources.working_set]))'
0 commit comments