Azure Databricks: Installing a Python Library

Caio Moreno
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.

--

--

Caio Moreno
Caio Moreno

Written by Caio Moreno

Solutions Architect @databricks | Professor | PhD | Ex-Microsoft | Ex-Avanade/Accenture | Ex-Pentaho/Hitachi | Ex-AOL | Ex-IT4biz CEO. (Opinions are my own)

No responses yet