spark-instrumented-optimizer/python/pyspark/pandas/tests
Xinrong Meng a392633566 [SPARK-34996][PYTHON] Port Koalas Series-related unit tests into PySpark
### What changes were proposed in this pull request?
Now that we merged the Koalas main code into the PySpark code base (#32036), we should port the Koalas Series related unit tests to PySpark.

### Why are the changes needed?
Currently, the pandas-on-Spark modules are not fully tested. We should enable the Series related unit tests first.

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

### How was this patch tested?
Enable Series-related unit tests.

Closes #32117 from xinrong-databricks/port.test_series_related.

Lead-authored-by: Xinrong Meng <xinrong.meng@databricks.com>
Co-authored-by: xinrong-databricks <47337188+xinrong-databricks@users.noreply.github.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
2021-04-13 13:03:35 +09:00
..
__init__.py [SPARK-34886][PYTHON] Port/integrate Koalas DataFrame unit test into PySpark 2021-04-09 15:48:13 +09:00
test_dataframe.py [SPARK-34983][PYTHON] Renaming the package alias from pp to ps 2021-04-12 11:18:08 +09:00
test_ops_on_diff_frames.py [SPARK-35031][PYTHON] Port Koalas operations on different frames tests into PySpark 2021-04-13 11:22:51 +09:00
test_ops_on_diff_frames_groupby.py [SPARK-35031][PYTHON] Port Koalas operations on different frames tests into PySpark 2021-04-13 11:22:51 +09:00
test_ops_on_diff_frames_groupby_expanding.py [SPARK-35031][PYTHON] Port Koalas operations on different frames tests into PySpark 2021-04-13 11:22:51 +09:00
test_ops_on_diff_frames_groupby_rolling.py [SPARK-35031][PYTHON] Port Koalas operations on different frames tests into PySpark 2021-04-13 11:22:51 +09:00
test_series.py [SPARK-34996][PYTHON] Port Koalas Series-related unit tests into PySpark 2021-04-13 13:03:35 +09:00
test_series_conversion.py [SPARK-34996][PYTHON] Port Koalas Series-related unit tests into PySpark 2021-04-13 13:03:35 +09:00
test_series_datetime.py [SPARK-34996][PYTHON] Port Koalas Series-related unit tests into PySpark 2021-04-13 13:03:35 +09:00
test_series_string.py [SPARK-34996][PYTHON] Port Koalas Series-related unit tests into PySpark 2021-04-13 13:03:35 +09:00