Skip to content
Advertisement

Using Pandas-Profiling in AWS Glue

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

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement