You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ue...@apache.org on 2021/07/24 00:19:54 UTC

[spark] branch master updated (bad7a92 -> e12bc4d)

This is an automated email from the ASF dual-hosted git repository.

ueshin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from bad7a92  [MINOR][INFRA] Add enabled_merge_buttons to .asf.yaml explicitly
     add e12bc4d  [SPARK-36264][PYTHON] Add reorder_categories to CategoricalAccessor and CategoricalIndex

No new revisions were added by this update.

Summary of changes:
 .../source/reference/pyspark.pandas/indexing.rst   |  1 +
 .../source/reference/pyspark.pandas/series.rst     |  1 +
 python/pyspark/pandas/categorical.py               | 93 +++++++++++++++++++++-
 python/pyspark/pandas/indexes/category.py          | 52 ++++++++++++
 python/pyspark/pandas/missing/indexes.py           |  1 -
 .../pyspark/pandas/tests/indexes/test_category.py  | 21 +++++
 python/pyspark/pandas/tests/test_categorical.py    | 37 +++++++++
 7 files changed, 202 insertions(+), 4 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org