Description
Inspired by https://github.com/apache/spark/pull/32729#discussion_r643591322,
As Koalas is ported into PySpark, we don't need auto patch anymore (https://github.com/apache/spark/blob/master/python/pyspark/pandas/__init__.py#L136-L150)
Thus, we should to_pandas_on_spark and to_koalas(deprecated) to the PySpark DataFrame and add related tests.