spark-instrumented-optimizer/python/pyspark/pandas/tests
Xinrong Meng 47d62af2a9 [SPARK-35035][PYTHON] Port Koalas internal implementation 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 internal implementation unit tests to PySpark.

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

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

### How was this patch tested?
Enable internal implementation unit tests.

Closes #32137 from xinrong-databricks/port.test_internal_impl.

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-14 13:59:33 +09:00
..
plot [SPARK-35033][PYTHON] Port Koalas plot unit tests into PySpark 2021-04-14 13:20:16 +09:00
__init__.py
test_config.py [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark 2021-04-14 13:59:33 +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_dataframe_conversion.py [SPARK-35012][PYTHON] Port Koalas DataFrame-related unit tests into PySpark 2021-04-13 14:24:08 -07:00
test_dataframe_spark_io.py [SPARK-35012][PYTHON] Port Koalas DataFrame-related unit tests into PySpark 2021-04-13 14:24:08 -07:00
test_default_index.py [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark 2021-04-14 13:59:33 +09:00
test_extension.py [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark 2021-04-14 13:59:33 +09:00
test_frame_spark.py [SPARK-35012][PYTHON] Port Koalas DataFrame-related unit tests into PySpark 2021-04-13 14:24:08 -07:00
test_internal.py [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark 2021-04-14 13:59:33 +09:00
test_numpy_compat.py [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark 2021-04-14 13:59:33 +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
test_typedef.py [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark 2021-04-14 13:59:33 +09:00
test_utils.py [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark 2021-04-14 13:59:33 +09:00