We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b63baa commit d4068caCopy full SHA for d4068ca
databricks/koalas/internal.py
@@ -417,8 +417,7 @@ def attach_default_index(sdf):
417
This method attaches a default index to Spark DataFrame. Spark does not have the index
418
notion so corresponding column should be generated.
419
420
- There are three types of default index that can be configured by `compute.default_index_type`
421
- environment variable.
+ There are three types of default index can be configured by `compute.default_index_type`
422
423
- sequence: It implements a sequence that increases one by one, by Window function without
424
specifying partition. Therefore, it ends up with whole partition in single node.
0 commit comments