Skip to content
Advertisement

Tag: aws-glue-data-catalog

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? Answer Please make sure you’ve installed all dependencies from requirements.txt: https://github.com/pandas-profiling/pandas-profiling/blob/develop/requirements.txt

Advertisement