polars.build_info#

polars.build_info() dict[str, Any][source]#

返回详细的Polars构建信息。

包含构建信息的字典包含以下键:

  • "compiler"

  • "time"

  • "dependencies"

  • "features"

  • "host"

  • "target"

  • "git"

  • "version"

如果 Polars 是在没有 build_info 功能标志的情况下编译的,则仅包含 "version" 键。