I am trying to use pandas profiling in AWS Glue. I downloaded the wheel file and used it in the Glue Library Path. BUt whenever I am trying to run a pandas profiling, module missing error is coming up(like multimethod, visions, networkx, pillow and more).
What should I do?
Advertisement
Answer
Please make sure you’ve installed all dependencies from requirements.txt
: https://github.com/pandas-profiling/pandas-profiling/blob/develop/requirements.txt