Skip to content
Vaquar Khan edited this page Jul 1, 2022 · 1 revision

Use python 3 conda notebook then install

          %%bash 

          # install PyDeequ via pip 
          -m pip install --upgrade pip


         %%bash
         pip install --upgrade pyspark



          pip install pydeequ 
          %%local
         !pip install --upgrade pyspark
          You may need to restart the kernel for the upgraded package, and you can test it like below -

       %%local
      import pyspark
      print("PySpark version: ", pyspark.__version__)
Clone this wiki locally