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/04/15 03:49:24 UTC

[spark] branch master updated (963f434 -> 7ff9d2e)

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 963f434  [SPARK-35082][INFRA] Use permissive and squshed merge when syncing to the latest branch in GitHub Actions testing
     add 7ff9d2e  [SPARK-35071][PYTHON] Rename Koalas to pandas-on-Spark in main codes

No new revisions were added by this update.

Summary of changes:
 python/pyspark/pandas/__init__.py                  |  13 +-
 python/pyspark/pandas/accessors.py                 |  40 ++---
 python/pyspark/pandas/base.py                      |  33 +++--
 python/pyspark/pandas/config.py                    |  23 +--
 python/pyspark/pandas/datetimes.py                 |   4 +-
 python/pyspark/pandas/exceptions.py                |   6 +-
 python/pyspark/pandas/extensions.py                |  62 ++++----
 python/pyspark/pandas/frame.py                     | 164 +++++++++++----------
 python/pyspark/pandas/generic.py                   |  34 ++---
 python/pyspark/pandas/groupby.py                   |  24 +--
 python/pyspark/pandas/indexes/base.py              |  16 +-
 python/pyspark/pandas/indexes/category.py          |   2 +-
 python/pyspark/pandas/indexes/multi.py             |  14 +-
 python/pyspark/pandas/indexes/numeric.py           |   4 +-
 python/pyspark/pandas/indexing.py                  |   9 +-
 python/pyspark/pandas/internal.py                  |  12 +-
 python/pyspark/pandas/missing/common.py            |   2 +-
 python/pyspark/pandas/missing/indexes.py           |   4 +-
 python/pyspark/pandas/ml.py                        |   4 +-
 python/pyspark/pandas/mlflow.py                    |  16 +-
 python/pyspark/pandas/namespace.py                 |  16 +-
 python/pyspark/pandas/numpy_compat.py              |   4 +-
 python/pyspark/pandas/plot/core.py                 |  53 +++----
 python/pyspark/pandas/plot/matplotlib.py           |  48 +++---
 python/pyspark/pandas/plot/plotly.py               |  15 +-
 python/pyspark/pandas/series.py                    |  60 ++++----
 python/pyspark/pandas/spark/accessors.py           |  30 ++--
 python/pyspark/pandas/spark/functions.py           |   2 +-
 python/pyspark/pandas/sql_processor.py             |  13 +-
 python/pyspark/pandas/strings.py                   |   8 +-
 .../pyspark/pandas/tests/plot/test_series_plot.py  |   6 +-
 python/pyspark/pandas/tests/test_numpy_compat.py   |   4 +-
 python/pyspark/pandas/tests/test_typedef.py        |  14 +-
 python/pyspark/pandas/typedef/typehints.py         |  20 +--
 python/pyspark/pandas/usage_logging/__init__.py    |   4 +-
 .../pyspark/pandas/usage_logging/usage_logger.py   |   4 +-
 python/pyspark/pandas/utils.py                     |  23 +--
 python/pyspark/pandas/window.py                    |   4 +-
 38 files changed, 415 insertions(+), 399 deletions(-)

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