以下代码将 Apache Spark DataFrame 转换为 Great_Expectations DataFrame。如果我想将 Spark DataFrame 转换为spkDF
Great_Expectations DataFrame,我会执行以下操作:
ge_df = SparkDFDataset(spkDF)
有人可以让我知道如何将 Great_Expectation 数据帧转换为 Spark 数据帧。
那么我需要做什么才能将新的 Great_Expectations 数据帧转换ge_df
回 Spark 数据帧?