snowpark-connect 0.20.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of snowpark-connect might be problematic. Click here for more details.
- snowflake/snowpark_connect/__init__.py +23 -0
- snowflake/snowpark_connect/analyze_plan/__init__.py +3 -0
- snowflake/snowpark_connect/analyze_plan/map_tree_string.py +38 -0
- snowflake/snowpark_connect/column_name_handler.py +735 -0
- snowflake/snowpark_connect/config.py +576 -0
- snowflake/snowpark_connect/constants.py +47 -0
- snowflake/snowpark_connect/control_server.py +52 -0
- snowflake/snowpark_connect/dataframe_name_handler.py +54 -0
- snowflake/snowpark_connect/date_time_format_mapping.py +399 -0
- snowflake/snowpark_connect/empty_dataframe.py +18 -0
- snowflake/snowpark_connect/error/__init__.py +11 -0
- snowflake/snowpark_connect/error/error_mapping.py +6174 -0
- snowflake/snowpark_connect/error/error_utils.py +321 -0
- snowflake/snowpark_connect/error/exceptions.py +24 -0
- snowflake/snowpark_connect/execute_plan/__init__.py +3 -0
- snowflake/snowpark_connect/execute_plan/map_execution_command.py +204 -0
- snowflake/snowpark_connect/execute_plan/map_execution_root.py +173 -0
- snowflake/snowpark_connect/execute_plan/utils.py +183 -0
- snowflake/snowpark_connect/expression/__init__.py +3 -0
- snowflake/snowpark_connect/expression/literal.py +90 -0
- snowflake/snowpark_connect/expression/map_cast.py +343 -0
- snowflake/snowpark_connect/expression/map_expression.py +293 -0
- snowflake/snowpark_connect/expression/map_extension.py +104 -0
- snowflake/snowpark_connect/expression/map_sql_expression.py +633 -0
- snowflake/snowpark_connect/expression/map_udf.py +142 -0
- snowflake/snowpark_connect/expression/map_unresolved_attribute.py +241 -0
- snowflake/snowpark_connect/expression/map_unresolved_extract_value.py +85 -0
- snowflake/snowpark_connect/expression/map_unresolved_function.py +9450 -0
- snowflake/snowpark_connect/expression/map_unresolved_star.py +218 -0
- snowflake/snowpark_connect/expression/map_update_fields.py +164 -0
- snowflake/snowpark_connect/expression/map_window_function.py +258 -0
- snowflake/snowpark_connect/expression/typer.py +125 -0
- snowflake/snowpark_connect/includes/__init__.py +0 -0
- snowflake/snowpark_connect/includes/jars/antlr4-runtime-4.9.3.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-cli-1.5.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-codec-1.16.1.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-collections-3.2.2.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-collections4-4.4.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-compiler-3.1.9.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-compress-1.26.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-crypto-1.1.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-dbcp-1.4.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-io-2.16.1.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-lang-2.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-lang3-3.12.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-logging-1.1.3.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-math3-3.6.1.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-pool-1.5.4.jar +0 -0
- snowflake/snowpark_connect/includes/jars/commons-text-1.10.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/hadoop-client-api-3.3.4.jar +0 -0
- snowflake/snowpark_connect/includes/jars/jackson-annotations-2.15.2.jar +0 -0
- snowflake/snowpark_connect/includes/jars/jackson-core-2.15.2.jar +0 -0
- snowflake/snowpark_connect/includes/jars/jackson-core-asl-1.9.13.jar +0 -0
- snowflake/snowpark_connect/includes/jars/jackson-databind-2.15.2.jar +0 -0
- snowflake/snowpark_connect/includes/jars/jackson-dataformat-yaml-2.15.2.jar +0 -0
- snowflake/snowpark_connect/includes/jars/jackson-datatype-jsr310-2.15.2.jar +0 -0
- snowflake/snowpark_connect/includes/jars/jackson-mapper-asl-1.9.13.jar +0 -0
- snowflake/snowpark_connect/includes/jars/jackson-module-scala_2.12-2.15.2.jar +0 -0
- snowflake/snowpark_connect/includes/jars/json4s-ast_2.12-3.7.0-M11.jar +0 -0
- snowflake/snowpark_connect/includes/jars/json4s-core_2.12-3.7.0-M11.jar +0 -0
- snowflake/snowpark_connect/includes/jars/json4s-jackson_2.12-3.7.0-M11.jar +0 -0
- snowflake/snowpark_connect/includes/jars/json4s-scalap_2.12-3.7.0-M11.jar +0 -0
- snowflake/snowpark_connect/includes/jars/kryo-shaded-4.0.2.jar +0 -0
- snowflake/snowpark_connect/includes/jars/log4j-1.2-api-2.20.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/log4j-api-2.20.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/log4j-core-2.20.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/log4j-slf4j2-impl-2.20.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/paranamer-2.8.jar +0 -0
- snowflake/snowpark_connect/includes/jars/scala-collection-compat_2.12-2.7.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/scala-compiler-2.12.18.jar +0 -0
- snowflake/snowpark_connect/includes/jars/scala-library-2.12.18.jar +0 -0
- snowflake/snowpark_connect/includes/jars/scala-parser-combinators_2.12-2.3.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/scala-reflect-2.12.18.jar +0 -0
- snowflake/snowpark_connect/includes/jars/scala-xml_2.12-2.1.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/slf4j-api-2.0.7.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-catalyst_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-common-utils_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-core_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-graphx_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-hive-thriftserver_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-hive_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-kubernetes_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-kvstore_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-launcher_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-mesos_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-mllib-local_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-mllib_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-network-common_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-network-shuffle_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-repl_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-sketch_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-sql-api_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-sql_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-streaming_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-tags_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-unsafe_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-yarn_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/python/__init__.py +21 -0
- snowflake/snowpark_connect/includes/python/pyspark/__init__.py +173 -0
- snowflake/snowpark_connect/includes/python/pyspark/_globals.py +71 -0
- snowflake/snowpark_connect/includes/python/pyspark/_typing.pyi +43 -0
- snowflake/snowpark_connect/includes/python/pyspark/accumulators.py +341 -0
- snowflake/snowpark_connect/includes/python/pyspark/broadcast.py +383 -0
- snowflake/snowpark_connect/includes/python/pyspark/cloudpickle/__init__.py +8 -0
- snowflake/snowpark_connect/includes/python/pyspark/cloudpickle/cloudpickle.py +948 -0
- snowflake/snowpark_connect/includes/python/pyspark/cloudpickle/cloudpickle_fast.py +844 -0
- snowflake/snowpark_connect/includes/python/pyspark/cloudpickle/compat.py +18 -0
- snowflake/snowpark_connect/includes/python/pyspark/conf.py +276 -0
- snowflake/snowpark_connect/includes/python/pyspark/context.py +2601 -0
- snowflake/snowpark_connect/includes/python/pyspark/daemon.py +218 -0
- snowflake/snowpark_connect/includes/python/pyspark/errors/__init__.py +70 -0
- snowflake/snowpark_connect/includes/python/pyspark/errors/error_classes.py +889 -0
- snowflake/snowpark_connect/includes/python/pyspark/errors/exceptions/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/errors/exceptions/base.py +228 -0
- snowflake/snowpark_connect/includes/python/pyspark/errors/exceptions/captured.py +307 -0
- snowflake/snowpark_connect/includes/python/pyspark/errors/exceptions/connect.py +190 -0
- snowflake/snowpark_connect/includes/python/pyspark/errors/tests/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/errors/tests/test_errors.py +60 -0
- snowflake/snowpark_connect/includes/python/pyspark/errors/utils.py +116 -0
- snowflake/snowpark_connect/includes/python/pyspark/files.py +165 -0
- snowflake/snowpark_connect/includes/python/pyspark/find_spark_home.py +95 -0
- snowflake/snowpark_connect/includes/python/pyspark/install.py +203 -0
- snowflake/snowpark_connect/includes/python/pyspark/instrumentation_utils.py +190 -0
- snowflake/snowpark_connect/includes/python/pyspark/java_gateway.py +248 -0
- snowflake/snowpark_connect/includes/python/pyspark/join.py +118 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/__init__.py +71 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/_typing.pyi +84 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/base.py +414 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/classification.py +4332 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/clustering.py +2188 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/common.py +146 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/__init__.py +44 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/base.py +346 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/classification.py +382 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/evaluation.py +291 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/feature.py +258 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/functions.py +77 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/io_utils.py +335 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/pipeline.py +262 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/summarizer.py +120 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/tuning.py +579 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/connect/util.py +173 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/deepspeed/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/deepspeed/deepspeed_distributor.py +165 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/deepspeed/tests/test_deepspeed_distributor.py +306 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/dl_util.py +150 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/evaluation.py +1166 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/feature.py +7474 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/fpm.py +543 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/functions.py +842 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/image.py +271 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/linalg/__init__.py +1382 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/model_cache.py +55 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/param/__init__.py +602 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/param/_shared_params_code_gen.py +368 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/param/shared.py +878 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/pipeline.py +451 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/recommendation.py +748 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/regression.py +3335 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/stat.py +523 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_classification.py +53 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_evaluation.py +50 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_feature.py +43 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_function.py +114 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_pipeline.py +47 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_summarizer.py +43 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_tuning.py +46 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_classification.py +238 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_evaluation.py +194 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_feature.py +156 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_pipeline.py +184 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_summarizer.py +78 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_tuning.py +292 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_parity_torch_data_loader.py +50 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_parity_torch_distributor.py +152 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_algorithms.py +456 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_base.py +96 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_dl_util.py +186 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_evaluation.py +77 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_feature.py +401 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_functions.py +528 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_image.py +82 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_linalg.py +409 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_model_cache.py +55 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_param.py +441 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_persistence.py +546 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_pipeline.py +71 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_stat.py +52 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_training_summary.py +494 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_util.py +85 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_wrapper.py +138 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_cv_io_basic.py +151 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_cv_io_nested.py +97 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_cv_io_pipeline.py +143 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_tuning.py +551 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_tvs_io_basic.py +137 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_tvs_io_nested.py +96 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_tvs_io_pipeline.py +142 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/data.py +100 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/distributor.py +1133 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/log_communication.py +198 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/tests/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/tests/test_data_loader.py +137 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/tests/test_distributor.py +561 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/tests/test_log_communication.py +172 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/torch_run_process_wrapper.py +83 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tree.py +434 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/tuning.py +1741 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/util.py +749 -0
- snowflake/snowpark_connect/includes/python/pyspark/ml/wrapper.py +465 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/__init__.py +44 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/_typing.pyi +33 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/classification.py +989 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/clustering.py +1318 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/common.py +174 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/evaluation.py +691 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/feature.py +1085 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/fpm.py +233 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/linalg/__init__.py +1653 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/linalg/distributed.py +1662 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/random.py +698 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/recommendation.py +389 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/regression.py +1067 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/stat/KernelDensity.py +59 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/stat/__init__.py +34 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/stat/_statistics.py +409 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/stat/distribution.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/stat/test.py +86 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_algorithms.py +353 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_feature.py +192 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_linalg.py +680 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_stat.py +206 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_streaming_algorithms.py +471 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_util.py +108 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tree.py +888 -0
- snowflake/snowpark_connect/includes/python/pyspark/mllib/util.py +659 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/__init__.py +165 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/_typing.py +52 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/accessors.py +989 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/base.py +1804 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/categorical.py +822 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/config.py +539 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/correlation.py +262 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/base.py +519 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/binary_ops.py +98 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/boolean_ops.py +426 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/categorical_ops.py +141 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/complex_ops.py +145 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/date_ops.py +127 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/datetime_ops.py +171 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/null_ops.py +83 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/num_ops.py +588 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/string_ops.py +154 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/timedelta_ops.py +101 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/data_type_ops/udt_ops.py +29 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/datetimes.py +891 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/exceptions.py +150 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/extensions.py +388 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/frame.py +13738 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/generic.py +3560 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/groupby.py +4448 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/indexes/__init__.py +21 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/indexes/base.py +2783 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/indexes/category.py +773 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/indexes/datetimes.py +843 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/indexes/multi.py +1323 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/indexes/numeric.py +210 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/indexes/timedelta.py +197 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/indexing.py +1862 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/internal.py +1680 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/missing/__init__.py +48 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/missing/common.py +76 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/missing/frame.py +63 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/missing/general_functions.py +43 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/missing/groupby.py +93 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/missing/indexes.py +184 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/missing/resample.py +101 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/missing/scalars.py +29 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/missing/series.py +69 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/missing/window.py +168 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/mlflow.py +238 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/namespace.py +3807 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/numpy_compat.py +260 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/plot/__init__.py +17 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/plot/core.py +1213 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/plot/matplotlib.py +928 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/plot/plotly.py +261 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/resample.py +816 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/series.py +7440 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/sql_formatter.py +308 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/sql_processor.py +394 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/strings.py +2371 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/supported_api_gen.py +378 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_any_all.py +177 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_apply_func.py +575 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_binary_ops.py +235 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_combine.py +653 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_compute.py +463 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_corrwith.py +86 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_cov.py +151 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_cumulative.py +139 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_describe.py +458 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_eval.py +86 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_melt.py +202 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_missing_data.py +520 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_pivot.py +361 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_any_all.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_apply_func.py +42 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_binary_ops.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_combine.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_compute.py +60 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_corrwith.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_cov.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_cumulative.py +90 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_describe.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_eval.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_melt.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_missing_data.py +42 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_pivot.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_base.py +36 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_binary_ops.py +42 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_boolean_ops.py +47 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_categorical_ops.py +55 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_complex_ops.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_date_ops.py +47 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_datetime_ops.py +47 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_null_ops.py +42 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_num_arithmetic.py +43 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_num_ops.py +47 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_num_reverse.py +43 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_string_ops.py +47 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_timedelta_ops.py +47 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_udt_ops.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/testing_utils.py +226 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_align.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_basic_slow.py +55 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_cov_corrwith.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_dot_frame.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_dot_series.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_index.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_series.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_setitem_frame.py +43 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_setitem_series.py +43 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_attrs.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_constructor.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_conversion.py +42 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_reindexing.py +42 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_reshaping.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_spark.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_take.py +42 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_time_series.py +48 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_truncate.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_aggregate.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_apply_func.py +41 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_cumulative.py +67 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_describe.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_groupby.py +55 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_head_tail.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_index.py +38 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_missing_data.py +55 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_split_apply.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_stat.py +38 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_align.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_base.py +50 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_category.py +73 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_datetime.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_indexing.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_reindex.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_rename.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_reset_index.py +48 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_timedelta.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/io/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/io/test_parity_io.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot.py +45 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot_matplotlib.py +45 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot_plotly.py +49 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_series_plot.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_series_plot_matplotlib.py +53 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_series_plot_plotly.py +45 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_all_any.py +38 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_arg_ops.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_as_of.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_as_type.py +38 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_compute.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_conversion.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_cumulative.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_index.py +38 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_missing_data.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_series.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_sort.py +38 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_stat.py +38 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_categorical.py +66 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_config.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_csv.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_dataframe_conversion.py +42 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_dataframe_spark_io.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_default_index.py +49 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_ewm.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_expanding.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_extension.py +49 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_frame_spark.py +53 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_generic_functions.py +43 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_indexing.py +49 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_indexops_spark.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_internal.py +41 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_namespace.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_numpy_compat.py +60 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_ops_on_diff_frames.py +48 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_ops_on_diff_frames_groupby.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_ops_on_diff_frames_groupby_expanding.py +44 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_ops_on_diff_frames_groupby_rolling.py +84 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_repr.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_resample.py +45 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_reshape.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_rolling.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_scalars.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_series_conversion.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_series_datetime.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_series_string.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_spark_functions.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_sql.py +43 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_stats.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_typedef.py +36 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_utils.py +37 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_window.py +39 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_base.py +107 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_binary_ops.py +224 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_boolean_ops.py +825 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_categorical_ops.py +562 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_complex_ops.py +368 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_date_ops.py +257 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_datetime_ops.py +260 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_null_ops.py +178 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_num_arithmetic.py +184 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_num_ops.py +497 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_num_reverse.py +140 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_string_ops.py +354 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_timedelta_ops.py +219 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_udt_ops.py +192 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/testing_utils.py +228 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_align.py +118 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_basic_slow.py +198 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_cov_corrwith.py +181 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_dot_frame.py +103 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_dot_series.py +141 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_index.py +109 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_series.py +136 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_setitem_frame.py +125 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_setitem_series.py +217 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_attrs.py +384 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_constructor.py +598 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_conversion.py +73 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_reindexing.py +869 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_reshaping.py +487 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_spark.py +309 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_take.py +156 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_time_series.py +149 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_truncate.py +163 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_aggregate.py +311 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_apply_func.py +524 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_cumulative.py +419 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_describe.py +144 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_groupby.py +979 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_head_tail.py +234 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_index.py +206 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_missing_data.py +421 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_split_apply.py +187 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_stat.py +397 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_align.py +100 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_base.py +2743 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_category.py +484 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_datetime.py +276 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_indexing.py +432 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_reindex.py +310 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_rename.py +257 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_reset_index.py +160 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_timedelta.py +128 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/io/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/io/test_io.py +137 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_frame_plot.py +170 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_frame_plot_matplotlib.py +547 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_frame_plot_plotly.py +285 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_series_plot.py +106 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_series_plot_matplotlib.py +409 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_series_plot_plotly.py +247 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_all_any.py +105 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_arg_ops.py +197 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_as_of.py +137 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_as_type.py +227 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_compute.py +634 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_conversion.py +88 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_cumulative.py +139 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_index.py +475 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_missing_data.py +265 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_series.py +818 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_sort.py +162 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_stat.py +780 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_categorical.py +741 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_config.py +160 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_csv.py +453 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_dataframe_conversion.py +281 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_dataframe_spark_io.py +487 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_default_index.py +109 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_ewm.py +434 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_expanding.py +253 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_extension.py +152 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_frame_spark.py +162 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_generic_functions.py +234 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_indexing.py +1339 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_indexops_spark.py +82 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_internal.py +124 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_namespace.py +638 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_numpy_compat.py +200 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_ops_on_diff_frames.py +1355 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_ops_on_diff_frames_groupby.py +655 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_ops_on_diff_frames_groupby_expanding.py +113 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_ops_on_diff_frames_groupby_rolling.py +118 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_repr.py +192 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_resample.py +346 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_reshape.py +495 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_rolling.py +263 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_scalars.py +59 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_series_conversion.py +85 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_series_datetime.py +364 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_series_string.py +362 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_spark_functions.py +46 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_sql.py +123 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_stats.py +581 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_typedef.py +447 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_utils.py +301 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_window.py +465 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/typedef/__init__.py +18 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/typedef/typehints.py +874 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/usage_logging/__init__.py +143 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/usage_logging/usage_logger.py +132 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/utils.py +1063 -0
- snowflake/snowpark_connect/includes/python/pyspark/pandas/window.py +2702 -0
- snowflake/snowpark_connect/includes/python/pyspark/profiler.py +489 -0
- snowflake/snowpark_connect/includes/python/pyspark/py.typed +1 -0
- snowflake/snowpark_connect/includes/python/pyspark/python/pyspark/shell.py +123 -0
- snowflake/snowpark_connect/includes/python/pyspark/rdd.py +5518 -0
- snowflake/snowpark_connect/includes/python/pyspark/rddsampler.py +115 -0
- snowflake/snowpark_connect/includes/python/pyspark/resource/__init__.py +38 -0
- snowflake/snowpark_connect/includes/python/pyspark/resource/information.py +69 -0
- snowflake/snowpark_connect/includes/python/pyspark/resource/profile.py +317 -0
- snowflake/snowpark_connect/includes/python/pyspark/resource/requests.py +539 -0
- snowflake/snowpark_connect/includes/python/pyspark/resource/tests/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/resource/tests/test_resources.py +83 -0
- snowflake/snowpark_connect/includes/python/pyspark/resultiterable.py +45 -0
- snowflake/snowpark_connect/includes/python/pyspark/serializers.py +681 -0
- snowflake/snowpark_connect/includes/python/pyspark/shell.py +123 -0
- snowflake/snowpark_connect/includes/python/pyspark/shuffle.py +854 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/__init__.py +75 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/_typing.pyi +80 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/avro/__init__.py +18 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/avro/functions.py +188 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/catalog.py +1270 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/column.py +1431 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/conf.py +99 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/__init__.py +18 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/_typing.py +90 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/avro/__init__.py +18 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/avro/functions.py +107 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/catalog.py +356 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/client/__init__.py +22 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/client/artifact.py +412 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/client/core.py +1689 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/client/reattach.py +340 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/column.py +514 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/conf.py +128 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/conversion.py +490 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/dataframe.py +2172 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/expressions.py +1056 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/functions.py +3937 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/group.py +418 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/plan.py +2289 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/__init__.py +25 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/base_pb2.py +203 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/base_pb2.pyi +2718 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/base_pb2_grpc.py +423 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/catalog_pb2.py +109 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/catalog_pb2.pyi +1130 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/commands_pb2.py +141 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/commands_pb2.pyi +1766 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/common_pb2.py +47 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/common_pb2.pyi +123 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/example_plugins_pb2.py +53 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/example_plugins_pb2.pyi +112 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/expressions_pb2.py +107 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/expressions_pb2.pyi +1507 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/relations_pb2.py +195 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/relations_pb2.pyi +3613 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/types_pb2.py +95 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/proto/types_pb2.pyi +980 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/protobuf/__init__.py +18 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/protobuf/functions.py +166 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/readwriter.py +861 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/session.py +952 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/streaming/__init__.py +22 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/streaming/query.py +295 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/streaming/readwriter.py +618 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/streaming/worker/__init__.py +18 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/streaming/worker/foreach_batch_worker.py +87 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/streaming/worker/listener_worker.py +100 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/types.py +301 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/udf.py +296 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/udtf.py +200 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/utils.py +58 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/connect/window.py +266 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/context.py +818 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/dataframe.py +5973 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/functions.py +15889 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/group.py +547 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/observation.py +152 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/__init__.py +21 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/_typing/__init__.pyi +344 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/_typing/protocols/__init__.pyi +17 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/_typing/protocols/frame.pyi +20 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/_typing/protocols/series.pyi +20 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/conversion.py +671 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/functions.py +480 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/functions.pyi +132 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/group_ops.py +523 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/map_ops.py +216 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/serializers.py +1019 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/typehints.py +172 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/types.py +972 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/pandas/utils.py +86 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/protobuf/__init__.py +18 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/protobuf/functions.py +334 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/readwriter.py +2159 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/session.py +2088 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/sql_formatter.py +84 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/streaming/__init__.py +21 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/streaming/listener.py +1050 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/streaming/query.py +746 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/streaming/readwriter.py +1652 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/streaming/state.py +288 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/client/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/client/test_artifact.py +420 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/client/test_client.py +358 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/streaming/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/streaming/test_parity_foreach.py +36 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/streaming/test_parity_foreach_batch.py +44 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/streaming/test_parity_listener.py +116 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/streaming/test_parity_streaming.py +35 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_connect_basic.py +3612 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_connect_column.py +1042 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_connect_function.py +2381 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_connect_plan.py +1060 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_arrow.py +163 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_arrow_map.py +38 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_arrow_python_udf.py +48 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_catalog.py +36 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_column.py +55 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_conf.py +36 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_dataframe.py +96 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_datasources.py +44 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_errors.py +36 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_functions.py +59 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_group.py +36 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_cogrouped_map.py +59 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_grouped_map.py +74 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_grouped_map_with_state.py +62 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_map.py +58 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_udf.py +70 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_udf_grouped_agg.py +50 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_udf_scalar.py +68 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_udf_window.py +40 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_readwriter.py +46 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_serde.py +44 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_types.py +100 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_udf.py +100 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_udtf.py +163 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_session.py +181 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_utils.py +42 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_cogrouped_map.py +623 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_grouped_map.py +869 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_grouped_map_with_state.py +342 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_map.py +436 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf.py +363 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf_grouped_agg.py +592 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf_scalar.py +1503 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf_typehints.py +392 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf_typehints_with_future_annotations.py +375 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf_window.py +411 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/streaming/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/streaming/test_streaming.py +401 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/streaming/test_streaming_foreach.py +295 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/streaming/test_streaming_foreach_batch.py +106 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/streaming/test_streaming_listener.py +558 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_arrow.py +1346 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_arrow_map.py +182 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_arrow_python_udf.py +202 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_catalog.py +503 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_column.py +225 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_conf.py +83 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_context.py +201 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_dataframe.py +1931 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_datasources.py +256 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_errors.py +69 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_functions.py +1349 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_group.py +53 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_pandas_sqlmetrics.py +68 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_readwriter.py +283 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_serde.py +155 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_session.py +412 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_types.py +1581 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_udf.py +961 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_udf_profiler.py +165 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_udtf.py +1456 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_utils.py +1686 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/types.py +2558 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/udf.py +714 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/udtf.py +325 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/utils.py +339 -0
- snowflake/snowpark_connect/includes/python/pyspark/sql/window.py +492 -0
- snowflake/snowpark_connect/includes/python/pyspark/statcounter.py +165 -0
- snowflake/snowpark_connect/includes/python/pyspark/status.py +112 -0
- snowflake/snowpark_connect/includes/python/pyspark/storagelevel.py +97 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/__init__.py +22 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/context.py +471 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/dstream.py +933 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/kinesis.py +205 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/listener.py +83 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/tests/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/tests/test_context.py +184 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/tests/test_dstream.py +706 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/tests/test_kinesis.py +118 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/tests/test_listener.py +160 -0
- snowflake/snowpark_connect/includes/python/pyspark/streaming/util.py +168 -0
- snowflake/snowpark_connect/includes/python/pyspark/taskcontext.py +502 -0
- snowflake/snowpark_connect/includes/python/pyspark/testing/__init__.py +21 -0
- snowflake/snowpark_connect/includes/python/pyspark/testing/connectutils.py +199 -0
- snowflake/snowpark_connect/includes/python/pyspark/testing/mllibutils.py +30 -0
- snowflake/snowpark_connect/includes/python/pyspark/testing/mlutils.py +275 -0
- snowflake/snowpark_connect/includes/python/pyspark/testing/objects.py +121 -0
- snowflake/snowpark_connect/includes/python/pyspark/testing/pandasutils.py +714 -0
- snowflake/snowpark_connect/includes/python/pyspark/testing/sqlutils.py +168 -0
- snowflake/snowpark_connect/includes/python/pyspark/testing/streamingutils.py +178 -0
- snowflake/snowpark_connect/includes/python/pyspark/testing/utils.py +636 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/__init__.py +16 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_appsubmit.py +306 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_broadcast.py +196 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_conf.py +44 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_context.py +346 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_daemon.py +89 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_install_spark.py +124 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_join.py +69 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_memory_profiler.py +167 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_pin_thread.py +194 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_profiler.py +168 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_rdd.py +939 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_rddbarrier.py +52 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_rddsampler.py +66 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_readwrite.py +368 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_serializers.py +257 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_shuffle.py +267 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_stage_sched.py +153 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_statcounter.py +130 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_taskcontext.py +350 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_util.py +97 -0
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_worker.py +271 -0
- snowflake/snowpark_connect/includes/python/pyspark/traceback_utils.py +81 -0
- snowflake/snowpark_connect/includes/python/pyspark/util.py +416 -0
- snowflake/snowpark_connect/includes/python/pyspark/version.py +19 -0
- snowflake/snowpark_connect/includes/python/pyspark/worker.py +1307 -0
- snowflake/snowpark_connect/includes/python/pyspark/worker_util.py +46 -0
- snowflake/snowpark_connect/proto/__init__.py +10 -0
- snowflake/snowpark_connect/proto/control_pb2.py +35 -0
- snowflake/snowpark_connect/proto/control_pb2.pyi +38 -0
- snowflake/snowpark_connect/proto/control_pb2_grpc.py +183 -0
- snowflake/snowpark_connect/proto/snowflake_expression_ext_pb2.py +35 -0
- snowflake/snowpark_connect/proto/snowflake_expression_ext_pb2.pyi +53 -0
- snowflake/snowpark_connect/proto/snowflake_rdd_pb2.pyi +39 -0
- snowflake/snowpark_connect/proto/snowflake_relation_ext_pb2.py +47 -0
- snowflake/snowpark_connect/proto/snowflake_relation_ext_pb2.pyi +111 -0
- snowflake/snowpark_connect/relation/__init__.py +3 -0
- snowflake/snowpark_connect/relation/catalogs/__init__.py +12 -0
- snowflake/snowpark_connect/relation/catalogs/abstract_spark_catalog.py +287 -0
- snowflake/snowpark_connect/relation/catalogs/snowflake_catalog.py +467 -0
- snowflake/snowpark_connect/relation/catalogs/utils.py +51 -0
- snowflake/snowpark_connect/relation/io_utils.py +76 -0
- snowflake/snowpark_connect/relation/map_aggregate.py +322 -0
- snowflake/snowpark_connect/relation/map_catalog.py +151 -0
- snowflake/snowpark_connect/relation/map_column_ops.py +1068 -0
- snowflake/snowpark_connect/relation/map_crosstab.py +48 -0
- snowflake/snowpark_connect/relation/map_extension.py +412 -0
- snowflake/snowpark_connect/relation/map_join.py +341 -0
- snowflake/snowpark_connect/relation/map_local_relation.py +326 -0
- snowflake/snowpark_connect/relation/map_map_partitions.py +146 -0
- snowflake/snowpark_connect/relation/map_relation.py +253 -0
- snowflake/snowpark_connect/relation/map_row_ops.py +716 -0
- snowflake/snowpark_connect/relation/map_sample_by.py +35 -0
- snowflake/snowpark_connect/relation/map_show_string.py +50 -0
- snowflake/snowpark_connect/relation/map_sql.py +1874 -0
- snowflake/snowpark_connect/relation/map_stats.py +324 -0
- snowflake/snowpark_connect/relation/map_subquery_alias.py +32 -0
- snowflake/snowpark_connect/relation/map_udtf.py +288 -0
- snowflake/snowpark_connect/relation/read/__init__.py +7 -0
- snowflake/snowpark_connect/relation/read/jdbc_read_dbapi.py +668 -0
- snowflake/snowpark_connect/relation/read/map_read.py +367 -0
- snowflake/snowpark_connect/relation/read/map_read_csv.py +142 -0
- snowflake/snowpark_connect/relation/read/map_read_jdbc.py +108 -0
- snowflake/snowpark_connect/relation/read/map_read_json.py +344 -0
- snowflake/snowpark_connect/relation/read/map_read_parquet.py +194 -0
- snowflake/snowpark_connect/relation/read/map_read_socket.py +59 -0
- snowflake/snowpark_connect/relation/read/map_read_table.py +109 -0
- snowflake/snowpark_connect/relation/read/map_read_text.py +106 -0
- snowflake/snowpark_connect/relation/read/reader_config.py +399 -0
- snowflake/snowpark_connect/relation/read/utils.py +155 -0
- snowflake/snowpark_connect/relation/stage_locator.py +161 -0
- snowflake/snowpark_connect/relation/utils.py +219 -0
- snowflake/snowpark_connect/relation/write/__init__.py +3 -0
- snowflake/snowpark_connect/relation/write/jdbc_write_dbapi.py +339 -0
- snowflake/snowpark_connect/relation/write/map_write.py +436 -0
- snowflake/snowpark_connect/relation/write/map_write_jdbc.py +48 -0
- snowflake/snowpark_connect/resources/java_udfs-1.0-SNAPSHOT.jar +0 -0
- snowflake/snowpark_connect/resources_initializer.py +75 -0
- snowflake/snowpark_connect/server.py +1136 -0
- snowflake/snowpark_connect/start_server.py +32 -0
- snowflake/snowpark_connect/tcm.py +8 -0
- snowflake/snowpark_connect/type_mapping.py +1003 -0
- snowflake/snowpark_connect/typed_column.py +94 -0
- snowflake/snowpark_connect/utils/__init__.py +3 -0
- snowflake/snowpark_connect/utils/artifacts.py +48 -0
- snowflake/snowpark_connect/utils/attribute_handling.py +72 -0
- snowflake/snowpark_connect/utils/cache.py +84 -0
- snowflake/snowpark_connect/utils/concurrent.py +124 -0
- snowflake/snowpark_connect/utils/context.py +390 -0
- snowflake/snowpark_connect/utils/describe_query_cache.py +231 -0
- snowflake/snowpark_connect/utils/interrupt.py +85 -0
- snowflake/snowpark_connect/utils/io_utils.py +35 -0
- snowflake/snowpark_connect/utils/pandas_udtf_utils.py +117 -0
- snowflake/snowpark_connect/utils/profiling.py +47 -0
- snowflake/snowpark_connect/utils/session.py +180 -0
- snowflake/snowpark_connect/utils/snowpark_connect_logging.py +38 -0
- snowflake/snowpark_connect/utils/telemetry.py +513 -0
- snowflake/snowpark_connect/utils/udf_cache.py +392 -0
- snowflake/snowpark_connect/utils/udf_helper.py +328 -0
- snowflake/snowpark_connect/utils/udf_utils.py +310 -0
- snowflake/snowpark_connect/utils/udtf_helper.py +420 -0
- snowflake/snowpark_connect/utils/udtf_utils.py +799 -0
- snowflake/snowpark_connect/utils/xxhash64.py +247 -0
- snowflake/snowpark_connect/version.py +6 -0
- snowpark_connect-0.20.2.data/scripts/snowpark-connect +71 -0
- snowpark_connect-0.20.2.data/scripts/snowpark-session +11 -0
- snowpark_connect-0.20.2.data/scripts/snowpark-submit +354 -0
- snowpark_connect-0.20.2.dist-info/METADATA +37 -0
- snowpark_connect-0.20.2.dist-info/RECORD +879 -0
- snowpark_connect-0.20.2.dist-info/WHEEL +5 -0
- snowpark_connect-0.20.2.dist-info/licenses/LICENSE.txt +202 -0
- snowpark_connect-0.20.2.dist-info/top_level.txt +1 -0
snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_grouped_map.py
ADDED
|
@@ -0,0 +1,869 @@
|
|
|
1
|
+
#
|
|
2
|
+
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
3
|
+
# contributor license agreements. See the NOTICE file distributed with
|
|
4
|
+
# this work for additional information regarding copyright ownership.
|
|
5
|
+
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
6
|
+
# (the "License"); you may not use this file except in compliance with
|
|
7
|
+
# the License. You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
# See the License for the specific language governing permissions and
|
|
15
|
+
# limitations under the License.
|
|
16
|
+
#
|
|
17
|
+
|
|
18
|
+
import datetime
|
|
19
|
+
import unittest
|
|
20
|
+
|
|
21
|
+
from collections import OrderedDict
|
|
22
|
+
from decimal import Decimal
|
|
23
|
+
from typing import cast
|
|
24
|
+
|
|
25
|
+
from pyspark.sql import Row
|
|
26
|
+
from pyspark.sql.functions import (
|
|
27
|
+
array,
|
|
28
|
+
explode,
|
|
29
|
+
col,
|
|
30
|
+
lit,
|
|
31
|
+
udf,
|
|
32
|
+
sum,
|
|
33
|
+
pandas_udf,
|
|
34
|
+
PandasUDFType,
|
|
35
|
+
window,
|
|
36
|
+
)
|
|
37
|
+
from pyspark.sql.types import (
|
|
38
|
+
IntegerType,
|
|
39
|
+
DoubleType,
|
|
40
|
+
ArrayType,
|
|
41
|
+
BinaryType,
|
|
42
|
+
ByteType,
|
|
43
|
+
LongType,
|
|
44
|
+
DecimalType,
|
|
45
|
+
ShortType,
|
|
46
|
+
FloatType,
|
|
47
|
+
StringType,
|
|
48
|
+
BooleanType,
|
|
49
|
+
StructType,
|
|
50
|
+
StructField,
|
|
51
|
+
NullType,
|
|
52
|
+
MapType,
|
|
53
|
+
YearMonthIntervalType,
|
|
54
|
+
)
|
|
55
|
+
from pyspark.errors import PythonException, PySparkTypeError
|
|
56
|
+
from pyspark.testing.sqlutils import (
|
|
57
|
+
ReusedSQLTestCase,
|
|
58
|
+
have_pandas,
|
|
59
|
+
have_pyarrow,
|
|
60
|
+
pandas_requirement_message,
|
|
61
|
+
pyarrow_requirement_message,
|
|
62
|
+
)
|
|
63
|
+
from pyspark.testing.utils import QuietTest
|
|
64
|
+
|
|
65
|
+
if have_pandas:
|
|
66
|
+
import pandas as pd
|
|
67
|
+
from pandas.testing import assert_frame_equal
|
|
68
|
+
|
|
69
|
+
if have_pyarrow:
|
|
70
|
+
import pyarrow as pa # noqa: F401
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
@unittest.skipIf(
|
|
74
|
+
not have_pandas or not have_pyarrow,
|
|
75
|
+
cast(str, pandas_requirement_message or pyarrow_requirement_message),
|
|
76
|
+
)
|
|
77
|
+
class GroupedApplyInPandasTestsMixin:
|
|
78
|
+
@property
|
|
79
|
+
def data(self):
|
|
80
|
+
return (
|
|
81
|
+
self.spark.range(10)
|
|
82
|
+
.withColumn("vs", array([lit(i) for i in range(20, 30)]))
|
|
83
|
+
.withColumn("v", explode(col("vs")))
|
|
84
|
+
.drop("vs")
|
|
85
|
+
)
|
|
86
|
+
|
|
87
|
+
def test_supported_types(self):
|
|
88
|
+
|
|
89
|
+
values = [
|
|
90
|
+
1,
|
|
91
|
+
2,
|
|
92
|
+
3,
|
|
93
|
+
4,
|
|
94
|
+
5,
|
|
95
|
+
1.1,
|
|
96
|
+
2.2,
|
|
97
|
+
Decimal(1.123),
|
|
98
|
+
[1, 2, 2],
|
|
99
|
+
True,
|
|
100
|
+
"hello",
|
|
101
|
+
bytearray([0x01, 0x02]),
|
|
102
|
+
None,
|
|
103
|
+
]
|
|
104
|
+
output_fields = [
|
|
105
|
+
("id", IntegerType()),
|
|
106
|
+
("byte", ByteType()),
|
|
107
|
+
("short", ShortType()),
|
|
108
|
+
("int", IntegerType()),
|
|
109
|
+
("long", LongType()),
|
|
110
|
+
("float", FloatType()),
|
|
111
|
+
("double", DoubleType()),
|
|
112
|
+
("decim", DecimalType(10, 3)),
|
|
113
|
+
("array", ArrayType(IntegerType())),
|
|
114
|
+
("bool", BooleanType()),
|
|
115
|
+
("str", StringType()),
|
|
116
|
+
("bin", BinaryType()),
|
|
117
|
+
("null", NullType()),
|
|
118
|
+
]
|
|
119
|
+
|
|
120
|
+
output_schema = StructType([StructField(*x) for x in output_fields])
|
|
121
|
+
df = self.spark.createDataFrame([values], schema=output_schema)
|
|
122
|
+
|
|
123
|
+
# Different forms of group map pandas UDF, results of these are the same
|
|
124
|
+
udf1 = pandas_udf(
|
|
125
|
+
lambda pdf: pdf.assign(
|
|
126
|
+
byte=pdf.byte * 2,
|
|
127
|
+
short=pdf.short * 2,
|
|
128
|
+
int=pdf.int * 2,
|
|
129
|
+
long=pdf.long * 2,
|
|
130
|
+
float=pdf.float * 2,
|
|
131
|
+
double=pdf.double * 2,
|
|
132
|
+
decim=pdf.decim * 2,
|
|
133
|
+
bool=False if pdf.bool else True,
|
|
134
|
+
str=pdf.str + "there",
|
|
135
|
+
array=pdf.array,
|
|
136
|
+
bin=pdf.bin,
|
|
137
|
+
null=pdf.null,
|
|
138
|
+
),
|
|
139
|
+
output_schema,
|
|
140
|
+
PandasUDFType.GROUPED_MAP,
|
|
141
|
+
)
|
|
142
|
+
|
|
143
|
+
udf2 = pandas_udf(
|
|
144
|
+
lambda _, pdf: pdf.assign(
|
|
145
|
+
byte=pdf.byte * 2,
|
|
146
|
+
short=pdf.short * 2,
|
|
147
|
+
int=pdf.int * 2,
|
|
148
|
+
long=pdf.long * 2,
|
|
149
|
+
float=pdf.float * 2,
|
|
150
|
+
double=pdf.double * 2,
|
|
151
|
+
decim=pdf.decim * 2,
|
|
152
|
+
bool=False if pdf.bool else True,
|
|
153
|
+
str=pdf.str + "there",
|
|
154
|
+
array=pdf.array,
|
|
155
|
+
bin=pdf.bin,
|
|
156
|
+
null=pdf.null,
|
|
157
|
+
),
|
|
158
|
+
output_schema,
|
|
159
|
+
PandasUDFType.GROUPED_MAP,
|
|
160
|
+
)
|
|
161
|
+
|
|
162
|
+
udf3 = pandas_udf(
|
|
163
|
+
lambda key, pdf: pdf.assign(
|
|
164
|
+
id=key[0],
|
|
165
|
+
byte=pdf.byte * 2,
|
|
166
|
+
short=pdf.short * 2,
|
|
167
|
+
int=pdf.int * 2,
|
|
168
|
+
long=pdf.long * 2,
|
|
169
|
+
float=pdf.float * 2,
|
|
170
|
+
double=pdf.double * 2,
|
|
171
|
+
decim=pdf.decim * 2,
|
|
172
|
+
bool=False if pdf.bool else True,
|
|
173
|
+
str=pdf.str + "there",
|
|
174
|
+
array=pdf.array,
|
|
175
|
+
bin=pdf.bin,
|
|
176
|
+
null=pdf.null,
|
|
177
|
+
),
|
|
178
|
+
output_schema,
|
|
179
|
+
PandasUDFType.GROUPED_MAP,
|
|
180
|
+
)
|
|
181
|
+
|
|
182
|
+
result1 = df.groupby("id").apply(udf1).sort("id").toPandas()
|
|
183
|
+
expected1 = df.toPandas().groupby("id").apply(udf1.func).reset_index(drop=True)
|
|
184
|
+
|
|
185
|
+
result2 = df.groupby("id").apply(udf2).sort("id").toPandas()
|
|
186
|
+
expected2 = expected1
|
|
187
|
+
|
|
188
|
+
result3 = df.groupby("id").apply(udf3).sort("id").toPandas()
|
|
189
|
+
expected3 = expected1
|
|
190
|
+
|
|
191
|
+
assert_frame_equal(expected1, result1)
|
|
192
|
+
assert_frame_equal(expected2, result2)
|
|
193
|
+
assert_frame_equal(expected3, result3)
|
|
194
|
+
|
|
195
|
+
def test_array_type_correct(self):
|
|
196
|
+
df = self.data.withColumn("arr", array(col("id"))).repartition(1, "id")
|
|
197
|
+
|
|
198
|
+
output_schema = StructType(
|
|
199
|
+
[
|
|
200
|
+
StructField("id", LongType()),
|
|
201
|
+
StructField("v", IntegerType()),
|
|
202
|
+
StructField("arr", ArrayType(LongType())),
|
|
203
|
+
]
|
|
204
|
+
)
|
|
205
|
+
|
|
206
|
+
udf = pandas_udf(lambda pdf: pdf, output_schema, PandasUDFType.GROUPED_MAP)
|
|
207
|
+
|
|
208
|
+
result = df.groupby("id").apply(udf).sort("id").toPandas()
|
|
209
|
+
expected = df.toPandas().groupby("id").apply(udf.func).reset_index(drop=True)
|
|
210
|
+
assert_frame_equal(expected, result)
|
|
211
|
+
|
|
212
|
+
def test_register_grouped_map_udf(self):
|
|
213
|
+
with QuietTest(self.sc):
|
|
214
|
+
self.check_register_grouped_map_udf()
|
|
215
|
+
|
|
216
|
+
def check_register_grouped_map_udf(self):
|
|
217
|
+
foo_udf = pandas_udf(lambda x: x, "id long", PandasUDFType.GROUPED_MAP)
|
|
218
|
+
|
|
219
|
+
with self.assertRaises(PySparkTypeError) as pe:
|
|
220
|
+
self.spark.catalog.registerFunction("foo_udf", foo_udf)
|
|
221
|
+
|
|
222
|
+
self.check_error(
|
|
223
|
+
exception=pe.exception,
|
|
224
|
+
error_class="INVALID_UDF_EVAL_TYPE",
|
|
225
|
+
message_parameters={
|
|
226
|
+
"eval_type": "SQL_BATCHED_UDF, SQL_ARROW_BATCHED_UDF, SQL_SCALAR_PANDAS_UDF, "
|
|
227
|
+
"SQL_SCALAR_PANDAS_ITER_UDF or SQL_GROUPED_AGG_PANDAS_UDF"
|
|
228
|
+
},
|
|
229
|
+
)
|
|
230
|
+
|
|
231
|
+
def test_decorator(self):
|
|
232
|
+
df = self.data
|
|
233
|
+
|
|
234
|
+
@pandas_udf("id long, v int, v1 double, v2 long", PandasUDFType.GROUPED_MAP)
|
|
235
|
+
def foo(pdf):
|
|
236
|
+
return pdf.assign(v1=pdf.v * pdf.id * 1.0, v2=pdf.v + pdf.id)
|
|
237
|
+
|
|
238
|
+
result = df.groupby("id").apply(foo).sort("id").toPandas()
|
|
239
|
+
expected = df.toPandas().groupby("id").apply(foo.func).reset_index(drop=True)
|
|
240
|
+
assert_frame_equal(expected, result)
|
|
241
|
+
|
|
242
|
+
def test_coerce(self):
|
|
243
|
+
df = self.data
|
|
244
|
+
|
|
245
|
+
foo = pandas_udf(lambda pdf: pdf, "id long, v double", PandasUDFType.GROUPED_MAP)
|
|
246
|
+
|
|
247
|
+
result = df.groupby("id").apply(foo).sort("id").toPandas()
|
|
248
|
+
expected = df.toPandas().groupby("id").apply(foo.func).reset_index(drop=True)
|
|
249
|
+
expected = expected.assign(v=expected.v.astype("float64"))
|
|
250
|
+
assert_frame_equal(expected, result)
|
|
251
|
+
|
|
252
|
+
def test_complex_groupby(self):
|
|
253
|
+
df = self.data
|
|
254
|
+
|
|
255
|
+
@pandas_udf("id long, v int, norm double", PandasUDFType.GROUPED_MAP)
|
|
256
|
+
def normalize(pdf):
|
|
257
|
+
v = pdf.v
|
|
258
|
+
return pdf.assign(norm=(v - v.mean()) / v.std())
|
|
259
|
+
|
|
260
|
+
result = df.groupby(col("id") % 2 == 0).apply(normalize).sort("id", "v").toPandas()
|
|
261
|
+
pdf = df.toPandas()
|
|
262
|
+
expected = pdf.groupby(pdf["id"] % 2 == 0, as_index=False).apply(normalize.func)
|
|
263
|
+
expected = expected.sort_values(["id", "v"]).reset_index(drop=True)
|
|
264
|
+
expected = expected.assign(norm=expected.norm.astype("float64"))
|
|
265
|
+
assert_frame_equal(expected, result)
|
|
266
|
+
|
|
267
|
+
def test_empty_groupby(self):
|
|
268
|
+
df = self.data
|
|
269
|
+
|
|
270
|
+
@pandas_udf("id long, v int, norm double", PandasUDFType.GROUPED_MAP)
|
|
271
|
+
def normalize(pdf):
|
|
272
|
+
v = pdf.v
|
|
273
|
+
return pdf.assign(norm=(v - v.mean()) / v.std())
|
|
274
|
+
|
|
275
|
+
result = df.groupby().apply(normalize).sort("id", "v").toPandas()
|
|
276
|
+
pdf = df.toPandas()
|
|
277
|
+
expected = normalize.func(pdf)
|
|
278
|
+
expected = expected.sort_values(["id", "v"]).reset_index(drop=True)
|
|
279
|
+
expected = expected.assign(norm=expected.norm.astype("float64"))
|
|
280
|
+
assert_frame_equal(expected, result)
|
|
281
|
+
|
|
282
|
+
def test_apply_in_pandas_not_returning_pandas_dataframe(self):
|
|
283
|
+
with QuietTest(self.sc):
|
|
284
|
+
self.check_apply_in_pandas_not_returning_pandas_dataframe()
|
|
285
|
+
|
|
286
|
+
def check_apply_in_pandas_not_returning_pandas_dataframe(self):
|
|
287
|
+
with self.assertRaisesRegex(
|
|
288
|
+
PythonException,
|
|
289
|
+
"Return type of the user-defined function should be pandas.DataFrame, but is tuple.",
|
|
290
|
+
):
|
|
291
|
+
self._test_apply_in_pandas(lambda key, pdf: key)
|
|
292
|
+
|
|
293
|
+
@staticmethod
|
|
294
|
+
def stats_with_column_names(key, pdf):
|
|
295
|
+
# order of column can be different to applyInPandas schema when column names are given
|
|
296
|
+
return pd.DataFrame([(pdf.v.mean(),) + key], columns=["mean", "id"])
|
|
297
|
+
|
|
298
|
+
@staticmethod
|
|
299
|
+
def stats_with_no_column_names(key, pdf):
|
|
300
|
+
# columns must be in order of applyInPandas schema when no columns given
|
|
301
|
+
return pd.DataFrame([key + (pdf.v.mean(),)])
|
|
302
|
+
|
|
303
|
+
def test_apply_in_pandas_returning_column_names(self):
|
|
304
|
+
self._test_apply_in_pandas(GroupedApplyInPandasTestsMixin.stats_with_column_names)
|
|
305
|
+
|
|
306
|
+
def test_apply_in_pandas_returning_no_column_names(self):
|
|
307
|
+
self._test_apply_in_pandas(GroupedApplyInPandasTestsMixin.stats_with_no_column_names)
|
|
308
|
+
|
|
309
|
+
def test_apply_in_pandas_returning_column_names_sometimes(self):
|
|
310
|
+
def stats(key, pdf):
|
|
311
|
+
if key[0] % 2:
|
|
312
|
+
return GroupedApplyInPandasTestsMixin.stats_with_column_names(key, pdf)
|
|
313
|
+
else:
|
|
314
|
+
return GroupedApplyInPandasTestsMixin.stats_with_no_column_names(key, pdf)
|
|
315
|
+
|
|
316
|
+
self._test_apply_in_pandas(stats)
|
|
317
|
+
|
|
318
|
+
def test_apply_in_pandas_returning_wrong_column_names(self):
|
|
319
|
+
with QuietTest(self.sc):
|
|
320
|
+
self.check_apply_in_pandas_returning_wrong_column_names()
|
|
321
|
+
|
|
322
|
+
def check_apply_in_pandas_returning_wrong_column_names(self):
|
|
323
|
+
with self.assertRaisesRegex(
|
|
324
|
+
PythonException,
|
|
325
|
+
"Column names of the returned pandas.DataFrame do not match specified schema. "
|
|
326
|
+
"Missing: mean. Unexpected: median, std.\n",
|
|
327
|
+
):
|
|
328
|
+
self._test_apply_in_pandas(
|
|
329
|
+
lambda key, pdf: pd.DataFrame(
|
|
330
|
+
[key + (pdf.v.median(), pdf.v.std())], columns=["id", "median", "std"]
|
|
331
|
+
)
|
|
332
|
+
)
|
|
333
|
+
|
|
334
|
+
def test_apply_in_pandas_returning_no_column_names_and_wrong_amount(self):
|
|
335
|
+
with QuietTest(self.sc):
|
|
336
|
+
self.check_apply_in_pandas_returning_no_column_names_and_wrong_amount()
|
|
337
|
+
|
|
338
|
+
def check_apply_in_pandas_returning_no_column_names_and_wrong_amount(self):
|
|
339
|
+
with self.assertRaisesRegex(
|
|
340
|
+
PythonException,
|
|
341
|
+
"Number of columns of the returned pandas.DataFrame doesn't match "
|
|
342
|
+
"specified schema. Expected: 2 Actual: 3\n",
|
|
343
|
+
):
|
|
344
|
+
self._test_apply_in_pandas(
|
|
345
|
+
lambda key, pdf: pd.DataFrame([key + (pdf.v.mean(), pdf.v.std())])
|
|
346
|
+
)
|
|
347
|
+
|
|
348
|
+
def test_apply_in_pandas_returning_empty_dataframe(self):
|
|
349
|
+
self._test_apply_in_pandas_returning_empty_dataframe(pd.DataFrame())
|
|
350
|
+
|
|
351
|
+
def test_apply_in_pandas_returning_incompatible_type(self):
|
|
352
|
+
with QuietTest(self.sc):
|
|
353
|
+
self.check_apply_in_pandas_returning_incompatible_type()
|
|
354
|
+
|
|
355
|
+
def check_apply_in_pandas_returning_incompatible_type(self):
|
|
356
|
+
for safely in [True, False]:
|
|
357
|
+
with self.subTest(convertToArrowArraySafely=safely), self.sql_conf(
|
|
358
|
+
{"spark.sql.execution.pandas.convertToArrowArraySafely": safely}
|
|
359
|
+
):
|
|
360
|
+
# sometimes we see ValueErrors
|
|
361
|
+
with self.subTest(convert="string to double"):
|
|
362
|
+
expected = (
|
|
363
|
+
r"ValueError: Exception thrown when converting pandas.Series \(object\) "
|
|
364
|
+
r"with name 'mean' to Arrow Array \(double\)."
|
|
365
|
+
)
|
|
366
|
+
if safely:
|
|
367
|
+
expected = expected + (
|
|
368
|
+
" It can be caused by overflows or other "
|
|
369
|
+
"unsafe conversions warned by Arrow. Arrow safe type check "
|
|
370
|
+
"can be disabled by using SQL config "
|
|
371
|
+
"`spark.sql.execution.pandas.convertToArrowArraySafely`."
|
|
372
|
+
)
|
|
373
|
+
with self.assertRaisesRegex(PythonException, expected + "\n"):
|
|
374
|
+
self._test_apply_in_pandas(
|
|
375
|
+
lambda key, pdf: pd.DataFrame([key + (str(pdf.v.mean()),)]),
|
|
376
|
+
output_schema="id long, mean double",
|
|
377
|
+
)
|
|
378
|
+
|
|
379
|
+
# sometimes we see TypeErrors
|
|
380
|
+
with self.subTest(convert="double to string"):
|
|
381
|
+
with self.assertRaisesRegex(
|
|
382
|
+
PythonException,
|
|
383
|
+
r"TypeError: Exception thrown when converting pandas.Series \(float64\) "
|
|
384
|
+
r"with name 'mean' to Arrow Array \(string\).\n",
|
|
385
|
+
):
|
|
386
|
+
self._test_apply_in_pandas(
|
|
387
|
+
lambda key, pdf: pd.DataFrame([key + (pdf.v.mean(),)]),
|
|
388
|
+
output_schema="id long, mean string",
|
|
389
|
+
)
|
|
390
|
+
|
|
391
|
+
def test_datatype_string(self):
|
|
392
|
+
df = self.data
|
|
393
|
+
|
|
394
|
+
foo_udf = pandas_udf(
|
|
395
|
+
lambda pdf: pdf.assign(v1=pdf.v * pdf.id * 1.0, v2=pdf.v + pdf.id),
|
|
396
|
+
"id long, v int, v1 double, v2 long",
|
|
397
|
+
PandasUDFType.GROUPED_MAP,
|
|
398
|
+
)
|
|
399
|
+
|
|
400
|
+
result = df.groupby("id").apply(foo_udf).sort("id").toPandas()
|
|
401
|
+
expected = df.toPandas().groupby("id").apply(foo_udf.func).reset_index(drop=True)
|
|
402
|
+
assert_frame_equal(expected, result)
|
|
403
|
+
|
|
404
|
+
def test_wrong_return_type(self):
|
|
405
|
+
with QuietTest(self.sc):
|
|
406
|
+
self.check_wrong_return_type()
|
|
407
|
+
|
|
408
|
+
def check_wrong_return_type(self):
|
|
409
|
+
with self.assertRaisesRegex(
|
|
410
|
+
NotImplementedError,
|
|
411
|
+
"Invalid return type.*grouped map Pandas UDF.*ArrayType.*YearMonthIntervalType",
|
|
412
|
+
):
|
|
413
|
+
pandas_udf(
|
|
414
|
+
lambda pdf: pdf,
|
|
415
|
+
StructType().add("id", LongType()).add("v", ArrayType(YearMonthIntervalType())),
|
|
416
|
+
PandasUDFType.GROUPED_MAP,
|
|
417
|
+
)
|
|
418
|
+
|
|
419
|
+
def test_wrong_args(self):
|
|
420
|
+
with QuietTest(self.sc):
|
|
421
|
+
self.check_wrong_args()
|
|
422
|
+
|
|
423
|
+
def check_wrong_args(self):
|
|
424
|
+
df = self.data
|
|
425
|
+
|
|
426
|
+
with self.assertRaisesRegex(ValueError, "Invalid udf"):
|
|
427
|
+
df.groupby("id").apply(lambda x: x)
|
|
428
|
+
with self.assertRaisesRegex(ValueError, "Invalid udf"):
|
|
429
|
+
df.groupby("id").apply(udf(lambda x: x, DoubleType()))
|
|
430
|
+
with self.assertRaisesRegex(ValueError, "Invalid udf"):
|
|
431
|
+
df.groupby("id").apply(sum(df.v))
|
|
432
|
+
with self.assertRaisesRegex(ValueError, "Invalid udf"):
|
|
433
|
+
df.groupby("id").apply(df.v + 1)
|
|
434
|
+
with self.assertRaisesRegex(ValueError, "Invalid function"):
|
|
435
|
+
df.groupby("id").apply(
|
|
436
|
+
pandas_udf(lambda: 1, StructType([StructField("d", DoubleType())]))
|
|
437
|
+
)
|
|
438
|
+
with self.assertRaisesRegex(ValueError, "Invalid udf"):
|
|
439
|
+
df.groupby("id").apply(pandas_udf(lambda x, y: x, DoubleType()))
|
|
440
|
+
with self.assertRaisesRegex(ValueError, "Invalid udf.*GROUPED_MAP"):
|
|
441
|
+
df.groupby("id").apply(pandas_udf(lambda x, y: x, DoubleType(), PandasUDFType.SCALAR))
|
|
442
|
+
|
|
443
|
+
def test_unsupported_types(self):
|
|
444
|
+
with QuietTest(self.sc):
|
|
445
|
+
self.check_unsupported_types()
|
|
446
|
+
|
|
447
|
+
def check_unsupported_types(self):
|
|
448
|
+
common_err_msg = "Invalid return type.*grouped map Pandas UDF.*"
|
|
449
|
+
unsupported_types = [
|
|
450
|
+
StructField("array_struct", ArrayType(YearMonthIntervalType())),
|
|
451
|
+
StructField("map", MapType(StringType(), YearMonthIntervalType())),
|
|
452
|
+
]
|
|
453
|
+
|
|
454
|
+
for unsupported_type in unsupported_types:
|
|
455
|
+
with self.subTest(unsupported_type=unsupported_type.name):
|
|
456
|
+
schema = StructType([StructField("id", LongType(), True), unsupported_type])
|
|
457
|
+
|
|
458
|
+
with self.assertRaisesRegex(NotImplementedError, common_err_msg):
|
|
459
|
+
pandas_udf(lambda x: x, schema, PandasUDFType.GROUPED_MAP)
|
|
460
|
+
|
|
461
|
+
# Regression test for SPARK-23314
|
|
462
|
+
def test_timestamp_dst(self):
|
|
463
|
+
# Daylight saving time for Los Angeles for 2015 is Sun, Nov 1 at 2:00 am
|
|
464
|
+
dt = [
|
|
465
|
+
datetime.datetime(2015, 11, 1, 0, 30),
|
|
466
|
+
datetime.datetime(2015, 11, 1, 1, 30),
|
|
467
|
+
datetime.datetime(2015, 11, 1, 2, 30),
|
|
468
|
+
]
|
|
469
|
+
df = self.spark.createDataFrame(dt, "timestamp").toDF("time")
|
|
470
|
+
foo_udf = pandas_udf(lambda pdf: pdf, "time timestamp", PandasUDFType.GROUPED_MAP)
|
|
471
|
+
result = df.groupby("time").apply(foo_udf).sort("time")
|
|
472
|
+
assert_frame_equal(df.toPandas(), result.toPandas())
|
|
473
|
+
|
|
474
|
+
def test_udf_with_key(self):
|
|
475
|
+
import numpy as np
|
|
476
|
+
|
|
477
|
+
df = self.data
|
|
478
|
+
pdf = df.toPandas()
|
|
479
|
+
|
|
480
|
+
def foo1(key, pdf):
|
|
481
|
+
assert type(key) == tuple
|
|
482
|
+
assert type(key[0]) == np.int64
|
|
483
|
+
|
|
484
|
+
return pdf.assign(
|
|
485
|
+
v1=key[0], v2=pdf.v * key[0], v3=pdf.v * pdf.id, v4=pdf.v * pdf.id.mean()
|
|
486
|
+
)
|
|
487
|
+
|
|
488
|
+
def foo2(key, pdf):
|
|
489
|
+
assert type(key) == tuple
|
|
490
|
+
assert type(key[0]) == np.int64
|
|
491
|
+
assert type(key[1]) == np.int32
|
|
492
|
+
|
|
493
|
+
return pdf.assign(v1=key[0], v2=key[1], v3=pdf.v * key[0], v4=pdf.v + key[1])
|
|
494
|
+
|
|
495
|
+
def foo3(key, pdf):
|
|
496
|
+
assert type(key) == tuple
|
|
497
|
+
assert len(key) == 0
|
|
498
|
+
return pdf.assign(v1=pdf.v * pdf.id)
|
|
499
|
+
|
|
500
|
+
# v2 is int because numpy.int64 * pd.Series<int32> results in pd.Series<int32>
|
|
501
|
+
# v3 is long because pd.Series<int64> * pd.Series<int32> results in pd.Series<int64>
|
|
502
|
+
udf1 = pandas_udf(
|
|
503
|
+
foo1, "id long, v int, v1 long, v2 int, v3 long, v4 double", PandasUDFType.GROUPED_MAP
|
|
504
|
+
)
|
|
505
|
+
|
|
506
|
+
udf2 = pandas_udf(
|
|
507
|
+
foo2, "id long, v int, v1 long, v2 int, v3 int, v4 int", PandasUDFType.GROUPED_MAP
|
|
508
|
+
)
|
|
509
|
+
|
|
510
|
+
udf3 = pandas_udf(foo3, "id long, v int, v1 long", PandasUDFType.GROUPED_MAP)
|
|
511
|
+
|
|
512
|
+
# Test groupby column
|
|
513
|
+
result1 = df.groupby("id").apply(udf1).sort("id", "v").toPandas()
|
|
514
|
+
expected1 = (
|
|
515
|
+
pdf.groupby("id", as_index=False)
|
|
516
|
+
.apply(lambda x: udf1.func((x.id.iloc[0],), x))
|
|
517
|
+
.sort_values(["id", "v"])
|
|
518
|
+
.reset_index(drop=True)
|
|
519
|
+
)
|
|
520
|
+
assert_frame_equal(expected1, result1)
|
|
521
|
+
|
|
522
|
+
# Test groupby expression
|
|
523
|
+
result2 = df.groupby(df.id % 2).apply(udf1).sort("id", "v").toPandas()
|
|
524
|
+
expected2 = (
|
|
525
|
+
pdf.groupby(pdf.id % 2, as_index=False)
|
|
526
|
+
.apply(lambda x: udf1.func((x.id.iloc[0] % 2,), x))
|
|
527
|
+
.sort_values(["id", "v"])
|
|
528
|
+
.reset_index(drop=True)
|
|
529
|
+
)
|
|
530
|
+
assert_frame_equal(expected2, result2)
|
|
531
|
+
|
|
532
|
+
# Test complex groupby
|
|
533
|
+
result3 = df.groupby(df.id, df.v % 2).apply(udf2).sort("id", "v").toPandas()
|
|
534
|
+
expected3 = (
|
|
535
|
+
pdf.groupby([pdf.id, pdf.v % 2], as_index=False)
|
|
536
|
+
.apply(
|
|
537
|
+
lambda x: udf2.func(
|
|
538
|
+
(
|
|
539
|
+
x.id.iloc[0],
|
|
540
|
+
(x.v % 2).iloc[0],
|
|
541
|
+
),
|
|
542
|
+
x,
|
|
543
|
+
)
|
|
544
|
+
)
|
|
545
|
+
.sort_values(["id", "v"])
|
|
546
|
+
.reset_index(drop=True)
|
|
547
|
+
)
|
|
548
|
+
assert_frame_equal(expected3, result3)
|
|
549
|
+
|
|
550
|
+
# Test empty groupby
|
|
551
|
+
result4 = df.groupby().apply(udf3).sort("id", "v").toPandas()
|
|
552
|
+
expected4 = udf3.func((), pdf)
|
|
553
|
+
assert_frame_equal(expected4, result4)
|
|
554
|
+
|
|
555
|
+
def test_column_order(self):
|
|
556
|
+
with QuietTest(self.sc):
|
|
557
|
+
self.check_column_order()
|
|
558
|
+
|
|
559
|
+
def check_column_order(self):
|
|
560
|
+
|
|
561
|
+
# Helper function to set column names from a list
|
|
562
|
+
def rename_pdf(pdf, names):
|
|
563
|
+
pdf.rename(
|
|
564
|
+
columns={old: new for old, new in zip(pd_result.columns, names)}, inplace=True
|
|
565
|
+
)
|
|
566
|
+
|
|
567
|
+
df = self.data
|
|
568
|
+
grouped_df = df.groupby("id")
|
|
569
|
+
grouped_pdf = df.toPandas().groupby("id", as_index=False)
|
|
570
|
+
|
|
571
|
+
# Function returns a pdf with required column names, but order could be arbitrary using dict
|
|
572
|
+
def change_col_order(pdf):
|
|
573
|
+
# Constructing a DataFrame from a dict should result in the same order,
|
|
574
|
+
# but use OrderedDict to ensure the pdf column order is different than schema
|
|
575
|
+
return pd.DataFrame.from_dict(
|
|
576
|
+
OrderedDict([("id", pdf.id), ("u", pdf.v * 2), ("v", pdf.v)])
|
|
577
|
+
)
|
|
578
|
+
|
|
579
|
+
ordered_udf = pandas_udf(
|
|
580
|
+
change_col_order, "id long, v int, u int", PandasUDFType.GROUPED_MAP
|
|
581
|
+
)
|
|
582
|
+
|
|
583
|
+
# The UDF result should assign columns by name from the pdf
|
|
584
|
+
result = grouped_df.apply(ordered_udf).sort("id", "v").select("id", "u", "v").toPandas()
|
|
585
|
+
pd_result = grouped_pdf.apply(change_col_order)
|
|
586
|
+
expected = pd_result.sort_values(["id", "v"]).reset_index(drop=True)
|
|
587
|
+
assert_frame_equal(expected, result)
|
|
588
|
+
|
|
589
|
+
# Function returns a pdf with positional columns, indexed by range
|
|
590
|
+
def range_col_order(pdf):
|
|
591
|
+
# Create a DataFrame with positional columns, fix types to long
|
|
592
|
+
return pd.DataFrame(list(zip(pdf.id, pdf.v * 3, pdf.v)), dtype="int64")
|
|
593
|
+
|
|
594
|
+
range_udf = pandas_udf(
|
|
595
|
+
range_col_order, "id long, u long, v long", PandasUDFType.GROUPED_MAP
|
|
596
|
+
)
|
|
597
|
+
|
|
598
|
+
# The UDF result uses positional columns from the pdf
|
|
599
|
+
result = grouped_df.apply(range_udf).sort("id", "v").select("id", "u", "v").toPandas()
|
|
600
|
+
pd_result = grouped_pdf.apply(range_col_order)
|
|
601
|
+
rename_pdf(pd_result, ["id", "u", "v"])
|
|
602
|
+
expected = pd_result.sort_values(["id", "v"]).reset_index(drop=True)
|
|
603
|
+
assert_frame_equal(expected, result)
|
|
604
|
+
|
|
605
|
+
# Function returns a pdf with columns indexed with integers
|
|
606
|
+
def int_index(pdf):
|
|
607
|
+
return pd.DataFrame(OrderedDict([(0, pdf.id), (1, pdf.v * 4), (2, pdf.v)]))
|
|
608
|
+
|
|
609
|
+
int_index_udf = pandas_udf(int_index, "id long, u int, v int", PandasUDFType.GROUPED_MAP)
|
|
610
|
+
|
|
611
|
+
# The UDF result should assign columns by position of integer index
|
|
612
|
+
result = grouped_df.apply(int_index_udf).sort("id", "v").select("id", "u", "v").toPandas()
|
|
613
|
+
pd_result = grouped_pdf.apply(int_index)
|
|
614
|
+
rename_pdf(pd_result, ["id", "u", "v"])
|
|
615
|
+
expected = pd_result.sort_values(["id", "v"]).reset_index(drop=True)
|
|
616
|
+
assert_frame_equal(expected, result)
|
|
617
|
+
|
|
618
|
+
@pandas_udf("id long, v int", PandasUDFType.GROUPED_MAP)
|
|
619
|
+
def column_name_typo(pdf):
|
|
620
|
+
return pd.DataFrame({"iid": pdf.id, "v": pdf.v})
|
|
621
|
+
|
|
622
|
+
@pandas_udf("id long, v decimal", PandasUDFType.GROUPED_MAP)
|
|
623
|
+
def invalid_positional_types(pdf):
|
|
624
|
+
return pd.DataFrame([(1, datetime.date(2020, 10, 5))])
|
|
625
|
+
|
|
626
|
+
with self.sql_conf({"spark.sql.execution.pandas.convertToArrowArraySafely": False}):
|
|
627
|
+
with self.assertRaisesRegex(
|
|
628
|
+
PythonException,
|
|
629
|
+
"Column names of the returned pandas.DataFrame do not match "
|
|
630
|
+
"specified schema. Missing: id. Unexpected: iid.\n",
|
|
631
|
+
):
|
|
632
|
+
grouped_df.apply(column_name_typo).collect()
|
|
633
|
+
with self.assertRaisesRegex(Exception, "[D|d]ecimal.*got.*date"):
|
|
634
|
+
grouped_df.apply(invalid_positional_types).collect()
|
|
635
|
+
|
|
636
|
+
def test_positional_assignment_conf(self):
|
|
637
|
+
with self.sql_conf(
|
|
638
|
+
{"spark.sql.legacy.execution.pandas.groupedMap.assignColumnsByName": False}
|
|
639
|
+
):
|
|
640
|
+
|
|
641
|
+
@pandas_udf("a string, b float", PandasUDFType.GROUPED_MAP)
|
|
642
|
+
def foo(_):
|
|
643
|
+
return pd.DataFrame([("hi", 1)], columns=["x", "y"])
|
|
644
|
+
|
|
645
|
+
df = self.data
|
|
646
|
+
result = df.groupBy("id").apply(foo).select("a", "b").collect()
|
|
647
|
+
for r in result:
|
|
648
|
+
self.assertEqual(r.a, "hi")
|
|
649
|
+
self.assertEqual(r.b, 1)
|
|
650
|
+
|
|
651
|
+
def test_self_join_with_pandas(self):
|
|
652
|
+
@pandas_udf("key long, col string", PandasUDFType.GROUPED_MAP)
|
|
653
|
+
def dummy_pandas_udf(df):
|
|
654
|
+
return df[["key", "col"]]
|
|
655
|
+
|
|
656
|
+
df = self.spark.createDataFrame(
|
|
657
|
+
[Row(key=1, col="A"), Row(key=1, col="B"), Row(key=2, col="C")]
|
|
658
|
+
)
|
|
659
|
+
df_with_pandas = df.groupBy("key").apply(dummy_pandas_udf)
|
|
660
|
+
|
|
661
|
+
# this was throwing an AnalysisException before SPARK-24208
|
|
662
|
+
res = df_with_pandas.alias("temp0").join(
|
|
663
|
+
df_with_pandas.alias("temp1"), col("temp0.key") == col("temp1.key")
|
|
664
|
+
)
|
|
665
|
+
self.assertEqual(res.count(), 5)
|
|
666
|
+
|
|
667
|
+
def test_mixed_scalar_udfs_followed_by_groupby_apply(self):
|
|
668
|
+
df = self.spark.range(0, 10).toDF("v1")
|
|
669
|
+
df = df.withColumn("v2", udf(lambda x: x + 1, "int")(df["v1"])).withColumn(
|
|
670
|
+
"v3", pandas_udf(lambda x: x + 2, "int")(df["v1"])
|
|
671
|
+
)
|
|
672
|
+
|
|
673
|
+
result = df.groupby().apply(
|
|
674
|
+
pandas_udf(
|
|
675
|
+
lambda x: pd.DataFrame([x.sum().sum()]), "sum int", PandasUDFType.GROUPED_MAP
|
|
676
|
+
)
|
|
677
|
+
)
|
|
678
|
+
|
|
679
|
+
self.assertEqual(result.collect()[0]["sum"], 165)
|
|
680
|
+
|
|
681
|
+
def test_grouped_with_empty_partition(self):
|
|
682
|
+
data = [Row(id=1, x=2), Row(id=1, x=3), Row(id=2, x=4)]
|
|
683
|
+
expected = [Row(id=1, x=5), Row(id=1, x=5), Row(id=2, x=4)]
|
|
684
|
+
num_parts = len(data) + 1
|
|
685
|
+
df = self.spark.createDataFrame(self.sc.parallelize(data, numSlices=num_parts))
|
|
686
|
+
|
|
687
|
+
f = pandas_udf(
|
|
688
|
+
lambda pdf: pdf.assign(x=pdf["x"].sum()), "id long, x int", PandasUDFType.GROUPED_MAP
|
|
689
|
+
)
|
|
690
|
+
|
|
691
|
+
result = df.groupBy("id").apply(f).collect()
|
|
692
|
+
self.assertEqual(result, expected)
|
|
693
|
+
|
|
694
|
+
def test_grouped_over_window(self):
|
|
695
|
+
|
|
696
|
+
data = [
|
|
697
|
+
(0, 1, "2018-03-10T00:00:00+00:00", [0]),
|
|
698
|
+
(1, 2, "2018-03-11T00:00:00+00:00", [0]),
|
|
699
|
+
(2, 2, "2018-03-12T00:00:00+00:00", [0]),
|
|
700
|
+
(3, 3, "2018-03-15T00:00:00+00:00", [0]),
|
|
701
|
+
(4, 3, "2018-03-16T00:00:00+00:00", [0]),
|
|
702
|
+
(5, 3, "2018-03-17T00:00:00+00:00", [0]),
|
|
703
|
+
(6, 3, "2018-03-21T00:00:00+00:00", [0]),
|
|
704
|
+
]
|
|
705
|
+
|
|
706
|
+
expected = {0: [0], 1: [1, 2], 2: [1, 2], 3: [3, 4, 5], 4: [3, 4, 5], 5: [3, 4, 5], 6: [6]}
|
|
707
|
+
|
|
708
|
+
df = self.spark.createDataFrame(data, ["id", "group", "ts", "result"])
|
|
709
|
+
df = df.select(col("id"), col("group"), col("ts").cast("timestamp"), col("result"))
|
|
710
|
+
|
|
711
|
+
def f(pdf):
|
|
712
|
+
# Assign each result element the ids of the windowed group
|
|
713
|
+
pdf["result"] = [pdf["id"]] * len(pdf)
|
|
714
|
+
return pdf
|
|
715
|
+
|
|
716
|
+
result = (
|
|
717
|
+
df.groupby("group", window("ts", "5 days"))
|
|
718
|
+
.applyInPandas(f, df.schema)
|
|
719
|
+
.select("id", "result")
|
|
720
|
+
.orderBy("id")
|
|
721
|
+
.collect()
|
|
722
|
+
)
|
|
723
|
+
|
|
724
|
+
self.assertListEqual([Row(id=key, result=val) for key, val in expected.items()], result)
|
|
725
|
+
|
|
726
|
+
def test_grouped_over_window_with_key(self):
|
|
727
|
+
|
|
728
|
+
data = [
|
|
729
|
+
(0, 1, "2018-03-10T00:00:00+00:00", [0]),
|
|
730
|
+
(1, 2, "2018-03-11T00:00:00+00:00", [0]),
|
|
731
|
+
(2, 2, "2018-03-12T00:00:00+00:00", [0]),
|
|
732
|
+
(3, 3, "2018-03-15T00:00:00+00:00", [0]),
|
|
733
|
+
(4, 3, "2018-03-16T00:00:00+00:00", [0]),
|
|
734
|
+
(5, 3, "2018-03-17T00:00:00+00:00", [0]),
|
|
735
|
+
(6, 3, "2018-03-21T00:00:00+00:00", [0]),
|
|
736
|
+
]
|
|
737
|
+
|
|
738
|
+
timezone = self.spark.conf.get("spark.sql.session.timeZone")
|
|
739
|
+
expected_window = [
|
|
740
|
+
{
|
|
741
|
+
key: (
|
|
742
|
+
pd.Timestamp(ts)
|
|
743
|
+
.tz_localize(datetime.timezone.utc)
|
|
744
|
+
.tz_convert(timezone)
|
|
745
|
+
.tz_localize(None)
|
|
746
|
+
)
|
|
747
|
+
for key, ts in w.items()
|
|
748
|
+
}
|
|
749
|
+
for w in [
|
|
750
|
+
{
|
|
751
|
+
"start": datetime.datetime(2018, 3, 10, 0, 0),
|
|
752
|
+
"end": datetime.datetime(2018, 3, 15, 0, 0),
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"start": datetime.datetime(2018, 3, 15, 0, 0),
|
|
756
|
+
"end": datetime.datetime(2018, 3, 20, 0, 0),
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"start": datetime.datetime(2018, 3, 20, 0, 0),
|
|
760
|
+
"end": datetime.datetime(2018, 3, 25, 0, 0),
|
|
761
|
+
},
|
|
762
|
+
]
|
|
763
|
+
]
|
|
764
|
+
|
|
765
|
+
expected_key = {
|
|
766
|
+
0: (1, expected_window[0]),
|
|
767
|
+
1: (2, expected_window[0]),
|
|
768
|
+
2: (2, expected_window[0]),
|
|
769
|
+
3: (3, expected_window[1]),
|
|
770
|
+
4: (3, expected_window[1]),
|
|
771
|
+
5: (3, expected_window[1]),
|
|
772
|
+
6: (3, expected_window[2]),
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
# id -> array of group with len of num records in window
|
|
776
|
+
expected = {0: [1], 1: [2, 2], 2: [2, 2], 3: [3, 3, 3], 4: [3, 3, 3], 5: [3, 3, 3], 6: [3]}
|
|
777
|
+
|
|
778
|
+
df = self.spark.createDataFrame(data, ["id", "group", "ts", "result"])
|
|
779
|
+
df = df.select(col("id"), col("group"), col("ts").cast("timestamp"), col("result"))
|
|
780
|
+
|
|
781
|
+
def f(key, pdf):
|
|
782
|
+
group = key[0]
|
|
783
|
+
window_range = key[1]
|
|
784
|
+
|
|
785
|
+
# Make sure the key with group and window values are correct
|
|
786
|
+
for _, i in pdf.id.items():
|
|
787
|
+
assert expected_key[i][0] == group, "{} != {}".format(expected_key[i][0], group)
|
|
788
|
+
assert expected_key[i][1] == window_range, "{} != {}".format(
|
|
789
|
+
expected_key[i][1], window_range
|
|
790
|
+
)
|
|
791
|
+
|
|
792
|
+
return pdf.assign(result=[[group] * len(pdf)] * len(pdf))
|
|
793
|
+
|
|
794
|
+
result = (
|
|
795
|
+
df.groupby("group", window("ts", "5 days"))
|
|
796
|
+
.applyInPandas(f, df.schema)
|
|
797
|
+
.select("id", "result")
|
|
798
|
+
.orderBy("id")
|
|
799
|
+
.collect()
|
|
800
|
+
)
|
|
801
|
+
|
|
802
|
+
self.assertListEqual([Row(id=key, result=val) for key, val in expected.items()], result)
|
|
803
|
+
|
|
804
|
+
def test_case_insensitive_grouping_column(self):
|
|
805
|
+
# SPARK-31915: case-insensitive grouping column should work.
|
|
806
|
+
def my_pandas_udf(pdf):
|
|
807
|
+
return pdf.assign(score=0.5)
|
|
808
|
+
|
|
809
|
+
df = self.spark.createDataFrame([[1, 1]], ["column", "score"])
|
|
810
|
+
row = (
|
|
811
|
+
df.groupby("COLUMN")
|
|
812
|
+
.applyInPandas(my_pandas_udf, schema="column integer, score float")
|
|
813
|
+
.first()
|
|
814
|
+
)
|
|
815
|
+
self.assertEqual(row.asDict(), Row(column=1, score=0.5).asDict())
|
|
816
|
+
|
|
817
|
+
def _test_apply_in_pandas(self, f, output_schema="id long, mean double"):
|
|
818
|
+
df = self.data
|
|
819
|
+
|
|
820
|
+
result = (
|
|
821
|
+
df.groupby("id").applyInPandas(f, schema=output_schema).sort("id", "mean").toPandas()
|
|
822
|
+
)
|
|
823
|
+
expected = df.select("id").distinct().withColumn("mean", lit(24.5)).toPandas()
|
|
824
|
+
|
|
825
|
+
assert_frame_equal(expected, result)
|
|
826
|
+
|
|
827
|
+
def _test_apply_in_pandas_returning_empty_dataframe(self, empty_df):
|
|
828
|
+
"""Tests some returned DataFrames are empty."""
|
|
829
|
+
df = self.data
|
|
830
|
+
|
|
831
|
+
def stats(key, pdf):
|
|
832
|
+
if key[0] % 2 == 0:
|
|
833
|
+
return GroupedApplyInPandasTestsMixin.stats_with_no_column_names(key, pdf)
|
|
834
|
+
return empty_df
|
|
835
|
+
|
|
836
|
+
result = (
|
|
837
|
+
df.groupby("id")
|
|
838
|
+
.applyInPandas(stats, schema="id long, mean double")
|
|
839
|
+
.sort("id", "mean")
|
|
840
|
+
.collect()
|
|
841
|
+
)
|
|
842
|
+
|
|
843
|
+
actual_ids = {row[0] for row in result}
|
|
844
|
+
expected_ids = {row[0] for row in self.data.collect() if row[0] % 2 == 0}
|
|
845
|
+
self.assertSetEqual(expected_ids, actual_ids)
|
|
846
|
+
self.assertEqual(len(expected_ids), len(result))
|
|
847
|
+
for row in result:
|
|
848
|
+
self.assertEqual(24.5, row[1])
|
|
849
|
+
|
|
850
|
+
def _test_apply_in_pandas_returning_empty_dataframe_error(self, empty_df, error):
|
|
851
|
+
with QuietTest(self.sc):
|
|
852
|
+
with self.assertRaisesRegex(PythonException, error):
|
|
853
|
+
self._test_apply_in_pandas_returning_empty_dataframe(empty_df)
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
class GroupedApplyInPandasTests(GroupedApplyInPandasTestsMixin, ReusedSQLTestCase):
|
|
857
|
+
pass
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
if __name__ == "__main__":
|
|
861
|
+
from pyspark.sql.tests.pandas.test_pandas_grouped_map import * # noqa: F401
|
|
862
|
+
|
|
863
|
+
try:
|
|
864
|
+
import xmlrunner
|
|
865
|
+
|
|
866
|
+
testRunner = xmlrunner.XMLTestRunner(output="target/test-reports", verbosity=2)
|
|
867
|
+
except ImportError:
|
|
868
|
+
testRunner = None
|
|
869
|
+
unittest.main(testRunner=testRunner, verbosity=2)
|