Description
We should renaming the several Koalas-related codes in the pandas APIs on Spark.
- kdf -> psdf
- kser -> psser
- kidx -> psidx
- kmidx -> psmidx
- sdf.to_koalas() -> sdf.to_pandas_on_spark()
We should renaming the several Koalas-related codes in the pandas APIs on Spark.