Hyukjin Kwon

Results 330 comments of Hyukjin Kwon

It's because of missing type hint support for index. This is a limitation for now. @kismsu you can simply omit the type hints and let it infers properly for now.

Weird. Window should not be used in this case. can you share your full codes?

@feiwofeifeixiaowo, Just to confirm, does it still show a window even when you set `ks.set_option('compute.default_index_type', 'distributed')`? It would be easier to analyze further if you have a self-contained reproducer.

Koalas is now in Apache Spark officially. Let's file an issue there. From a cursory look, looks like we can implement it by 1. distributing input StringIO, 2. reading any...

cc @xinrong-databricks and @itholic since you guys are triaging the issues.

Can we file a JIRA in Apache Spark JIRA (https://issues.apache.org/jira/projects/SPARK)? This repository is in maintenance mode

Yeah, you described all correctly. The order isn't guaranteed in general. Can you try to turn on `compute.ordered_head` configuration?

Yup, you can also leverage [DataFrame.to_spark_io](https://koalas.readthedocs.io/en/latest/reference/api/databricks.koalas.DataFrame.to_spark_io.html) and [koalas.read_spark_io](https://koalas.readthedocs.io/en/latest/reference/api/databricks.koalas.read_spark_io.html#databricks-koalas-read-spark-io) to read and write from/to external DBMSs. You might want to take a look at [databricks.koalas.sql](https://koalas.readthedocs.io/en/latest/reference/api/databricks.koalas.sql.html) too.