在 AWS Glue 中使用 Pandas-分析

Using Pandas-Profiling in AWS Glue

我正在尝试在 AWS Glue 中使用 pandas 分析。我下载了 wheel 文件并在 Glue Library Path 中使用它。但是,每当我尝试 运行 pandas 分析时,就会出现模块丢失错误(例如 multimethod、visions、networkx、pillow 等)。

我该怎么办?

请确保您已安装来自 requirements.txt 的所有依赖项:https://github.com/pandas-profiling/pandas-profiling/blob/develop/requirements.txt