开始使用免费开始使用

创建一个 Expectation Suite

现在,您将练习创建您的第一个 Expectation Suite。Data Context 已为您创建好。Great Expectations 和 pandas 已分别以 gxpd 提供。

本练习是课程的一部分

使用 Great Expectations 的数据质量入门

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Create Expectation Suite
suite = gx.____(
  name="____"
)
编辑并运行代码