Azure Databricks: Installing a Python Library
1 min readJul 15, 2019
Azure Databricks comes with many Python libraries installed by default but sometimes is necessary to install some other Python libraries.
To install a new library is very easy. Let’s see the example below where we will install the pandas-profiling library.
Just go to Clusters > In your running cluster select the tab called Libraries > Select PyPI > write the name of the library you need to install in the package box > Click Install
You can do a similar process if you want to install using Maven.