In my Python notebook in Azure Databricks, the following import statement gives the error shown below. It seems I am missing some package.
What package am I missing, and how can I install it?
Ref: This post. Please note this linked post is using Scala, but I am using Python as I don't know Scala.
import java.sql.DriverManager
Error:
ModuleNotFoundError: No module named 'java'