I am using spark 3.1.2 and attempting to use pyspark-pandas. However when attempting from pyspark import pandas as ps
I am getting the following error:
ImportError: cannot import name 'pandas' from 'pyspark' (/databricks/spark/python/pyspark/__init__.py)
How can I utilize this package? (For reference, I am using databricks).