Skip to content
Advertisement

Tag: azure-data-studio

Unable to open pandas python package from Azure Data Studio, while configuring SQL Server 2019 Big Data Cluster

I’m working on setting up SQL Server 2019 Big Data Cluster. One of the initial steps is installing python package: panda. Post installation, when I try to import the package, I get the following exception in Azure Data Studio. import pandas ModuleNotFoundError: No module named ‘pandas’ I don’t get this exception, when I load the package from command-prompt/python. This could

Advertisement