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/21 01:24:51 UTC

[spark] branch master updated (c0d84e6 -> 376fadc)

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 c0d84e6  [SPARK-36222][SQL] Step by days in the Sequence expression for dates
     add 376fadc  [SPARK-36186][PYTHON] Add as_ordered/as_unordered to CategoricalAccessor and CategoricalIndex

No new revisions were added by this update.

Summary of changes:
 .../source/reference/pyspark.pandas/indexing.rst   |   2 +
 .../source/reference/pyspark.pandas/series.rst     |   2 +
 python/pyspark/pandas/categorical.py               | 116 +++++++++++++++++++--
 python/pyspark/pandas/indexes/category.py          |  72 ++++++++++++-
 python/pyspark/pandas/missing/indexes.py           |   2 -
 .../pyspark/pandas/tests/indexes/test_category.py  |  10 ++
 python/pyspark/pandas/tests/test_categorical.py    |  22 ++++
 7 files changed, 214 insertions(+), 12 deletions(-)

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