You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/07/23 05:05:37 UTC

[spark] branch master updated (d6bc8cd -> 2fe12a7)

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

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


    from d6bc8cd  [SPARK-36268][PYTHON] Set the lowerbound of mypy version to 0.910
     add 2fe12a7  [SPARK-36261][PYTHON] Add remove_unused_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               | 43 +++++++++++++++++++++-
 python/pyspark/pandas/indexes/category.py          | 31 ++++++++++++++++
 python/pyspark/pandas/missing/indexes.py           |  3 --
 .../pyspark/pandas/tests/indexes/test_category.py  |  8 ++++
 python/pyspark/pandas/tests/test_categorical.py    | 20 ++++++++++
 7 files changed, 102 insertions(+), 5 deletions(-)

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