Skip to content

Commit

Permalink
[MINOR][PYTHON][DOCS] Rename "Koalas" > "Pandas-on-Spark" for testing…
Browse files Browse the repository at this point in the history
… util doc

### What changes were proposed in this pull request?

This PR proposes to rename Koalas to Pandas-on-Spark for testing util documentation.

### Why are the changes needed?

To get rid of legacy documentation.

### Does this PR introduce _any_ user-facing change?

No API changes.

### How was this patch tested?

The existing CI should pass.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #44220 from itholic/minor_doc_koalas_removal.

Authored-by: Haejoon Lee <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
itholic authored and HyukjinKwon committed Dec 6, 2023
1 parent 9fd575a commit 9815bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyspark/testing/pandasutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ def assert_eq(
check_row_order: bool = True,
):
"""
Asserts if two arbitrary objects are equal or not. If given objects are Koalas DataFrame
or Series, they are converted into pandas' and compared.
Asserts if two arbitrary objects are equal or not. If given objects are
Pandas-on-Spark DataFrame or Series, they are converted into pandas' and compared.
:param left: object to compare
:param right: object to compare
Expand Down

0 comments on commit 9815bb1

Please sign in to comment.