spark-instrumented-optimizer/python/pyspark/pandas/tests
itholic 91bd38467e [SPARK-34995] Port/integrate Koalas remaining codes into PySpark
### What changes were proposed in this pull request?

There are some more changes in Koalas such as [databricks/koalas#2141](c8f803d6be), [databricks/koalas#2143](913d68868d) after the main code porting, this PR is to synchronize those changes with the `pyspark.pandas`.

### Why are the changes needed?

We should port the whole Koalas codes into PySpark and synchronize them.

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

Fixed some incompatible behavior with pandas 1.2.0 and added more to the `to_markdown` docstring.

### How was this patch tested?

Manually tested in local.

Closes #32197 from itholic/SPARK-34995-fix.

Authored-by: itholic <haejoon.lee@databricks.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
2021-04-16 17:42:03 +09:00
..
indexes [SPARK-35032][PYTHON] Port Koalas Index unit tests into PySpark 2021-04-16 08:53:30 +09:00
plot [SPARK-35071][PYTHON] Rename Koalas to pandas-on-Spark in main codes 2021-04-15 12:48:59 +09:00
__init__.py [SPARK-34886][PYTHON] Port/integrate Koalas DataFrame unit test into PySpark 2021-04-09 15:48:13 +09:00
test_categorical.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +09:00
test_config.py [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark 2021-04-14 13:59:33 +09:00
test_csv.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +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_expanding.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +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_groupby.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +09:00
test_indexing.py [SPARK-34995] Port/integrate Koalas remaining codes into PySpark 2021-04-16 17:42:03 +09:00
test_indexops_spark.py [SPARK-35032][PYTHON] Port Koalas Index unit tests into PySpark 2021-04-16 08:53:30 +09:00
test_internal.py [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark 2021-04-14 13:59:33 +09:00
test_namespace.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +09:00
test_numpy_compat.py [SPARK-35071][PYTHON] Rename Koalas to pandas-on-Spark in main codes 2021-04-15 12:48:59 +09:00
test_ops_on_diff_frames.py [SPARK-34995] Port/integrate Koalas remaining codes into PySpark 2021-04-16 17:42:03 +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_repr.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +09:00
test_reshape.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +09:00
test_rolling.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +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_sql.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +09:00
test_stats.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +09:00
test_typedef.py [SPARK-35071][PYTHON] Rename Koalas to pandas-on-Spark in main codes 2021-04-15 12:48:59 +09:00
test_utils.py [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark 2021-04-14 13:59:33 +09:00
test_window.py [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark 2021-04-15 11:45:15 +09:00