I have Python 3.7 installed.
Trying to install janitor
library in Azure DataBricks
. It works properly in my local machine, but have difficulty to be installed in Azure DataBricks
.
I run dbutils.library.installPyPI('janitor')
, but got the below error:
ModuleNotFoundError: No module named 'ConfigParser'
. I tried butils.library.installPyPI('mysqlclient')
, as mentioned in 'https://stackoverflow.com/questions/14087598/python-3-importerror-no-module-named-configparser', but didn't work.