Haejoon Lee
Haejoon Lee
cc @srielau @cloud-fan
Thanks @srielau for the review! Just adjusted the comments :)
> Please do not inherit SecondOfMinute etc... produce your own ranges so we can use '...' which is more readable that the '-' which reads like arithmetric. Something odd about...
Can you use [Pandas API on Spark](https://spark.apache.org/docs/latest/api/python/user_guide/pandas_on_spark/index.html) instead of Koalas as the Koalas was ported into PySpark and it is no longer maintained?? You can just simply install `pyspark` and...
Sorry for the late reply my friend, actually this repository is no longer maintained. Can you use [Pandas API on Spark](https://spark.apache.org/docs/latest/api/python/user_guide/pandas_on_spark/index.html) instead of Koalas as the Koalas was ported into...