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
|
@@ -0,0 +1,989 @@
|
|
|
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
|
+
pandas-on-Spark specific features.
|
|
19
|
+
"""
|
|
20
|
+
import inspect
|
|
21
|
+
from typing import Any, Callable, Optional, Tuple, Union, TYPE_CHECKING, cast, List
|
|
22
|
+
from types import FunctionType
|
|
23
|
+
|
|
24
|
+
import numpy as np # noqa: F401
|
|
25
|
+
import pandas as pd
|
|
26
|
+
|
|
27
|
+
from pyspark.sql import functions as F
|
|
28
|
+
from pyspark.sql.functions import pandas_udf
|
|
29
|
+
from pyspark.sql.types import DataType, LongType, StructField, StructType
|
|
30
|
+
|
|
31
|
+
from pyspark.pandas._typing import DataFrameOrSeries, Name
|
|
32
|
+
from pyspark.pandas.internal import (
|
|
33
|
+
InternalField,
|
|
34
|
+
InternalFrame,
|
|
35
|
+
SPARK_INDEX_NAME_FORMAT,
|
|
36
|
+
SPARK_DEFAULT_SERIES_NAME,
|
|
37
|
+
SPARK_INDEX_NAME_PATTERN,
|
|
38
|
+
)
|
|
39
|
+
from pyspark.pandas.typedef import infer_return_type, DataFrameType, ScalarType, SeriesType
|
|
40
|
+
from pyspark.pandas.utils import (
|
|
41
|
+
is_name_like_value,
|
|
42
|
+
is_name_like_tuple,
|
|
43
|
+
name_like_string,
|
|
44
|
+
scol_for,
|
|
45
|
+
verify_temp_column_name,
|
|
46
|
+
log_advice,
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
if TYPE_CHECKING:
|
|
50
|
+
from pyspark.pandas.frame import DataFrame
|
|
51
|
+
from pyspark.pandas.series import Series
|
|
52
|
+
from pyspark.sql._typing import UserDefinedFunctionLike
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
class PandasOnSparkFrameMethods:
|
|
56
|
+
"""pandas-on-Spark specific features for DataFrame."""
|
|
57
|
+
|
|
58
|
+
def __init__(self, frame: "DataFrame"):
|
|
59
|
+
self._psdf = frame
|
|
60
|
+
|
|
61
|
+
def attach_id_column(self, id_type: str, column: Name) -> "DataFrame":
|
|
62
|
+
"""
|
|
63
|
+
Attach a column to be used as an identifier of rows similar to the default index.
|
|
64
|
+
|
|
65
|
+
See also `Default Index type
|
|
66
|
+
<https://spark.apache.org/docs/latest/api/python/user_guide/pandas_on_spark/options.html#default-index-type>`_.
|
|
67
|
+
|
|
68
|
+
Parameters
|
|
69
|
+
----------
|
|
70
|
+
id_type : string
|
|
71
|
+
The id type.
|
|
72
|
+
|
|
73
|
+
- 'sequence' : a sequence that increases one by one.
|
|
74
|
+
|
|
75
|
+
.. note:: this uses Spark's Window without specifying partition specification.
|
|
76
|
+
This leads to moving all data into a single partition in a single machine and
|
|
77
|
+
could cause serious performance degradation.
|
|
78
|
+
Avoid this method with very large datasets.
|
|
79
|
+
|
|
80
|
+
- 'distributed-sequence' : a sequence that increases one by one,
|
|
81
|
+
by group-by and group-map approach in a distributed manner.
|
|
82
|
+
- 'distributed' : a monotonically increasing sequence simply by using PySpark’s
|
|
83
|
+
monotonically_increasing_id function in a fully distributed manner.
|
|
84
|
+
|
|
85
|
+
column : string or tuple of string
|
|
86
|
+
The column name.
|
|
87
|
+
|
|
88
|
+
Returns
|
|
89
|
+
-------
|
|
90
|
+
DataFrame
|
|
91
|
+
The DataFrame attached the column.
|
|
92
|
+
|
|
93
|
+
Examples
|
|
94
|
+
--------
|
|
95
|
+
>>> df = ps.DataFrame({"x": ['a', 'b', 'c']})
|
|
96
|
+
>>> df.pandas_on_spark.attach_id_column(id_type="sequence", column="id")
|
|
97
|
+
x id
|
|
98
|
+
0 a 0
|
|
99
|
+
1 b 1
|
|
100
|
+
2 c 2
|
|
101
|
+
|
|
102
|
+
>>> df.pandas_on_spark.attach_id_column(id_type="distributed-sequence", column=0)
|
|
103
|
+
x 0
|
|
104
|
+
0 a 0
|
|
105
|
+
1 b 1
|
|
106
|
+
2 c 2
|
|
107
|
+
|
|
108
|
+
>>> df.pandas_on_spark.attach_id_column(id_type="distributed", column=0.0)
|
|
109
|
+
... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
|
|
110
|
+
x 0.0
|
|
111
|
+
0 a ...
|
|
112
|
+
1 b ...
|
|
113
|
+
2 c ...
|
|
114
|
+
|
|
115
|
+
For multi-index columns:
|
|
116
|
+
|
|
117
|
+
>>> df = ps.DataFrame({("x", "y"): ['a', 'b', 'c']})
|
|
118
|
+
>>> df.pandas_on_spark.attach_id_column(id_type="sequence", column=("id-x", "id-y"))
|
|
119
|
+
x id-x
|
|
120
|
+
y id-y
|
|
121
|
+
0 a 0
|
|
122
|
+
1 b 1
|
|
123
|
+
2 c 2
|
|
124
|
+
|
|
125
|
+
>>> df.pandas_on_spark.attach_id_column(id_type="distributed-sequence", column=(0, 1.0))
|
|
126
|
+
x 0
|
|
127
|
+
y 1.0
|
|
128
|
+
0 a 0
|
|
129
|
+
1 b 1
|
|
130
|
+
2 c 2
|
|
131
|
+
"""
|
|
132
|
+
from pyspark.pandas.frame import DataFrame
|
|
133
|
+
|
|
134
|
+
if id_type == "sequence":
|
|
135
|
+
attach_func = InternalFrame.attach_sequence_column
|
|
136
|
+
elif id_type == "distributed-sequence":
|
|
137
|
+
attach_func = InternalFrame.attach_distributed_sequence_column
|
|
138
|
+
elif id_type == "distributed":
|
|
139
|
+
attach_func = InternalFrame.attach_distributed_column
|
|
140
|
+
else:
|
|
141
|
+
raise ValueError(
|
|
142
|
+
"id_type should be one of 'sequence', 'distributed-sequence' and 'distributed'"
|
|
143
|
+
)
|
|
144
|
+
|
|
145
|
+
assert is_name_like_value(column, allow_none=False), column
|
|
146
|
+
if not is_name_like_tuple(column):
|
|
147
|
+
column = (column,)
|
|
148
|
+
|
|
149
|
+
internal = self._psdf._internal
|
|
150
|
+
|
|
151
|
+
if len(column) != internal.column_labels_level:
|
|
152
|
+
raise ValueError(
|
|
153
|
+
"The given column `{}` must be the same length as the existing columns.".format(
|
|
154
|
+
column
|
|
155
|
+
)
|
|
156
|
+
)
|
|
157
|
+
elif column in internal.column_labels:
|
|
158
|
+
raise ValueError(
|
|
159
|
+
"The given column `{}` already exists.".format(name_like_string(column))
|
|
160
|
+
)
|
|
161
|
+
|
|
162
|
+
# Make sure the underlying Spark column names are the form of
|
|
163
|
+
# `name_like_string(column_label)`.
|
|
164
|
+
sdf = internal.spark_frame.select(
|
|
165
|
+
[
|
|
166
|
+
scol.alias(SPARK_INDEX_NAME_FORMAT(i))
|
|
167
|
+
for i, scol in enumerate(internal.index_spark_columns)
|
|
168
|
+
]
|
|
169
|
+
+ [
|
|
170
|
+
scol.alias(name_like_string(label))
|
|
171
|
+
for scol, label in zip(internal.data_spark_columns, internal.column_labels)
|
|
172
|
+
]
|
|
173
|
+
)
|
|
174
|
+
sdf = attach_func(sdf, name_like_string(column))
|
|
175
|
+
|
|
176
|
+
return DataFrame(
|
|
177
|
+
InternalFrame(
|
|
178
|
+
spark_frame=sdf,
|
|
179
|
+
index_spark_columns=[
|
|
180
|
+
scol_for(sdf, SPARK_INDEX_NAME_FORMAT(i)) for i in range(internal.index_level)
|
|
181
|
+
],
|
|
182
|
+
index_names=internal.index_names,
|
|
183
|
+
index_fields=internal.index_fields,
|
|
184
|
+
column_labels=internal.column_labels + [column],
|
|
185
|
+
data_spark_columns=(
|
|
186
|
+
[scol_for(sdf, name_like_string(label)) for label in internal.column_labels]
|
|
187
|
+
+ [scol_for(sdf, name_like_string(column))]
|
|
188
|
+
),
|
|
189
|
+
data_fields=internal.data_fields
|
|
190
|
+
+ [
|
|
191
|
+
InternalField.from_struct_field(
|
|
192
|
+
StructField(name_like_string(column), LongType(), nullable=False)
|
|
193
|
+
)
|
|
194
|
+
],
|
|
195
|
+
column_label_names=internal.column_label_names,
|
|
196
|
+
).resolved_copy
|
|
197
|
+
)
|
|
198
|
+
|
|
199
|
+
def apply_batch(
|
|
200
|
+
self, func: Callable[..., pd.DataFrame], args: Tuple = (), **kwds: Any
|
|
201
|
+
) -> "DataFrame":
|
|
202
|
+
"""
|
|
203
|
+
Apply a function that takes pandas DataFrame and outputs pandas DataFrame. The pandas
|
|
204
|
+
DataFrame given to the function is of a batch used internally.
|
|
205
|
+
|
|
206
|
+
See also `Transform and apply a function
|
|
207
|
+
<https://spark.apache.org/docs/latest/api/python/user_guide/pandas_on_spark/transform_apply.html>`_.
|
|
208
|
+
|
|
209
|
+
.. note:: the `func` is unable to access the whole input frame. pandas-on-Spark
|
|
210
|
+
internally splits the input series into multiple batches and calls `func` with each
|
|
211
|
+
batch multiple times. Therefore, operations such as global aggregations are impossible.
|
|
212
|
+
See the example below.
|
|
213
|
+
|
|
214
|
+
>>> # This case does not return the length of whole frame but of the batch internally
|
|
215
|
+
... # used.
|
|
216
|
+
... def length(pdf) -> ps.DataFrame[int, [int]]:
|
|
217
|
+
... return pd.DataFrame([len(pdf)])
|
|
218
|
+
...
|
|
219
|
+
>>> df = ps.DataFrame({'A': range(1000)})
|
|
220
|
+
>>> df.pandas_on_spark.apply_batch(length) # doctest: +SKIP
|
|
221
|
+
c0
|
|
222
|
+
0 83
|
|
223
|
+
1 83
|
|
224
|
+
2 83
|
|
225
|
+
...
|
|
226
|
+
10 83
|
|
227
|
+
11 83
|
|
228
|
+
|
|
229
|
+
.. note:: this API executes the function once to infer the type which is
|
|
230
|
+
potentially expensive, for instance, when the dataset is created after
|
|
231
|
+
aggregations or sorting.
|
|
232
|
+
|
|
233
|
+
To avoid this, specify return type in ``func``, for instance, as below:
|
|
234
|
+
|
|
235
|
+
>>> def plus_one(x) -> ps.DataFrame[int, [float, float]]:
|
|
236
|
+
... return x + 1
|
|
237
|
+
|
|
238
|
+
If the return type is specified, the output column names become
|
|
239
|
+
`c0, c1, c2 ... cn`. These names are positionally mapped to the returned
|
|
240
|
+
DataFrame in ``func``.
|
|
241
|
+
|
|
242
|
+
To specify the column names, you can assign them in a NumPy compound type style
|
|
243
|
+
as below:
|
|
244
|
+
|
|
245
|
+
>>> def plus_one(x) -> ps.DataFrame[("index", int), [("a", float), ("b", float)]]:
|
|
246
|
+
... return x + 1
|
|
247
|
+
|
|
248
|
+
>>> pdf = pd.DataFrame({'a': [1, 2, 3], 'b': [3, 4, 5]})
|
|
249
|
+
>>> def plus_one(x) -> ps.DataFrame[
|
|
250
|
+
... (pdf.index.name, pdf.index.dtype), zip(pdf.dtypes, pdf.columns)]:
|
|
251
|
+
... return x + 1
|
|
252
|
+
|
|
253
|
+
Parameters
|
|
254
|
+
----------
|
|
255
|
+
func : function
|
|
256
|
+
Function to apply to each pandas frame.
|
|
257
|
+
args : tuple
|
|
258
|
+
Positional arguments to pass to `func` in addition to the
|
|
259
|
+
array/series.
|
|
260
|
+
**kwds
|
|
261
|
+
Additional keyword arguments to pass as keywords arguments to
|
|
262
|
+
`func`.
|
|
263
|
+
|
|
264
|
+
Returns
|
|
265
|
+
-------
|
|
266
|
+
DataFrame
|
|
267
|
+
|
|
268
|
+
See Also
|
|
269
|
+
--------
|
|
270
|
+
DataFrame.apply: For row/columnwise operations.
|
|
271
|
+
DataFrame.applymap: For elementwise operations.
|
|
272
|
+
DataFrame.aggregate: Only perform aggregating type operations.
|
|
273
|
+
DataFrame.transform: Only perform transforming type operations.
|
|
274
|
+
Series.pandas_on_spark.transform_batch: transform the search as each pandas chunks.
|
|
275
|
+
|
|
276
|
+
Examples
|
|
277
|
+
--------
|
|
278
|
+
>>> df = ps.DataFrame([(1, 2), (3, 4), (5, 6)], columns=['A', 'B'])
|
|
279
|
+
>>> df
|
|
280
|
+
A B
|
|
281
|
+
0 1 2
|
|
282
|
+
1 3 4
|
|
283
|
+
2 5 6
|
|
284
|
+
|
|
285
|
+
>>> def query_func(pdf) -> ps.DataFrame[int, [int, int]]:
|
|
286
|
+
... return pdf.query('A == 1')
|
|
287
|
+
>>> df.pandas_on_spark.apply_batch(query_func)
|
|
288
|
+
c0 c1
|
|
289
|
+
0 1 2
|
|
290
|
+
|
|
291
|
+
>>> def query_func(pdf) -> ps.DataFrame[("idx", int), [("A", int), ("B", int)]]:
|
|
292
|
+
... return pdf.query('A == 1')
|
|
293
|
+
>>> df.pandas_on_spark.apply_batch(query_func) # doctest: +NORMALIZE_WHITESPACE
|
|
294
|
+
A B
|
|
295
|
+
idx
|
|
296
|
+
0 1 2
|
|
297
|
+
|
|
298
|
+
You can also omit the type hints so pandas-on-Spark infers the return schema as below:
|
|
299
|
+
|
|
300
|
+
>>> df.pandas_on_spark.apply_batch(lambda pdf: pdf.query('A == 1'))
|
|
301
|
+
A B
|
|
302
|
+
0 1 2
|
|
303
|
+
|
|
304
|
+
You can also specify extra arguments.
|
|
305
|
+
|
|
306
|
+
>>> def calculation(pdf, y, z) -> ps.DataFrame[int, [int, int]]:
|
|
307
|
+
... return pdf ** y + z
|
|
308
|
+
>>> df.pandas_on_spark.apply_batch(calculation, args=(10,), z=20)
|
|
309
|
+
c0 c1
|
|
310
|
+
0 21 1044
|
|
311
|
+
1 59069 1048596
|
|
312
|
+
2 9765645 60466196
|
|
313
|
+
|
|
314
|
+
You can also use ``np.ufunc`` and built-in functions as input.
|
|
315
|
+
|
|
316
|
+
>>> df.pandas_on_spark.apply_batch(np.add, args=(10,))
|
|
317
|
+
A B
|
|
318
|
+
0 11 12
|
|
319
|
+
1 13 14
|
|
320
|
+
2 15 16
|
|
321
|
+
|
|
322
|
+
>>> (df * -1).pandas_on_spark.apply_batch(abs)
|
|
323
|
+
A B
|
|
324
|
+
0 1 2
|
|
325
|
+
1 3 4
|
|
326
|
+
2 5 6
|
|
327
|
+
|
|
328
|
+
"""
|
|
329
|
+
# TODO: codes here partially duplicate `DataFrame.apply`. Can we deduplicate?
|
|
330
|
+
|
|
331
|
+
from pyspark.pandas.groupby import GroupBy
|
|
332
|
+
from pyspark.pandas.frame import DataFrame
|
|
333
|
+
from pyspark import pandas as ps
|
|
334
|
+
|
|
335
|
+
if not isinstance(func, FunctionType):
|
|
336
|
+
assert callable(func), "the first argument should be a callable function."
|
|
337
|
+
f = func
|
|
338
|
+
# Note that the return type hint specified here affects actual return
|
|
339
|
+
# type in Spark (e.g., infer_return_type). And, MyPy does not allow
|
|
340
|
+
# redefinition of a function.
|
|
341
|
+
func = lambda *args, **kwargs: f(*args, **kwargs) # noqa: E731
|
|
342
|
+
|
|
343
|
+
spec = inspect.getfullargspec(func)
|
|
344
|
+
return_sig = spec.annotations.get("return", None)
|
|
345
|
+
should_infer_schema = return_sig is None
|
|
346
|
+
|
|
347
|
+
original_func = func
|
|
348
|
+
|
|
349
|
+
def new_func(o: Any) -> pd.DataFrame:
|
|
350
|
+
return original_func(o, *args, **kwds)
|
|
351
|
+
|
|
352
|
+
self_applied: DataFrame = DataFrame(self._psdf._internal.resolved_copy)
|
|
353
|
+
|
|
354
|
+
if should_infer_schema:
|
|
355
|
+
# Here we execute with the first 1000 to get the return type.
|
|
356
|
+
# If the records were less than 1000, it uses pandas API directly for a shortcut.
|
|
357
|
+
log_advice(
|
|
358
|
+
"If the type hints is not specified for `apply_batch`, "
|
|
359
|
+
"it is expensive to infer the data type internally."
|
|
360
|
+
)
|
|
361
|
+
limit = ps.get_option("compute.shortcut_limit")
|
|
362
|
+
pdf = self_applied.head(limit + 1)._to_internal_pandas()
|
|
363
|
+
applied = new_func(pdf)
|
|
364
|
+
if not isinstance(applied, pd.DataFrame):
|
|
365
|
+
raise ValueError(
|
|
366
|
+
"The given function should return a frame; however, "
|
|
367
|
+
"the return type was %s." % type(applied)
|
|
368
|
+
)
|
|
369
|
+
psdf: DataFrame = DataFrame(applied)
|
|
370
|
+
if len(pdf) <= limit:
|
|
371
|
+
return psdf
|
|
372
|
+
|
|
373
|
+
index_fields = [field.normalize_spark_type() for field in psdf._internal.index_fields]
|
|
374
|
+
data_fields = [field.normalize_spark_type() for field in psdf._internal.data_fields]
|
|
375
|
+
|
|
376
|
+
return_schema = StructType([field.struct_field for field in index_fields + data_fields])
|
|
377
|
+
|
|
378
|
+
output_func = GroupBy._make_pandas_df_builder_func(
|
|
379
|
+
self_applied, new_func, return_schema, retain_index=True
|
|
380
|
+
)
|
|
381
|
+
sdf = self_applied._internal.spark_frame.mapInPandas(
|
|
382
|
+
lambda iterator: map(output_func, iterator), schema=return_schema
|
|
383
|
+
)
|
|
384
|
+
|
|
385
|
+
# If schema is inferred, we can restore indexes too.
|
|
386
|
+
internal = psdf._internal.with_new_sdf(
|
|
387
|
+
spark_frame=sdf, index_fields=index_fields, data_fields=data_fields
|
|
388
|
+
)
|
|
389
|
+
else:
|
|
390
|
+
return_type = infer_return_type(original_func)
|
|
391
|
+
is_return_dataframe = isinstance(return_type, DataFrameType)
|
|
392
|
+
if not is_return_dataframe:
|
|
393
|
+
raise TypeError(
|
|
394
|
+
"The given function should specify a frame as its type "
|
|
395
|
+
"hints; however, the return type was %s." % return_sig
|
|
396
|
+
)
|
|
397
|
+
index_fields = cast(DataFrameType, return_type).index_fields
|
|
398
|
+
should_retain_index = len(index_fields) > 0
|
|
399
|
+
return_schema = cast(DataFrameType, return_type).spark_type
|
|
400
|
+
|
|
401
|
+
output_func = GroupBy._make_pandas_df_builder_func(
|
|
402
|
+
self_applied, new_func, return_schema, retain_index=should_retain_index
|
|
403
|
+
)
|
|
404
|
+
sdf = self_applied._internal.to_internal_spark_frame.mapInPandas(
|
|
405
|
+
lambda iterator: map(output_func, iterator), schema=return_schema
|
|
406
|
+
)
|
|
407
|
+
|
|
408
|
+
index_spark_columns = None
|
|
409
|
+
index_names: Optional[List[Optional[Tuple[Any, ...]]]] = None
|
|
410
|
+
|
|
411
|
+
if should_retain_index:
|
|
412
|
+
index_spark_columns = [
|
|
413
|
+
scol_for(sdf, index_field.struct_field.name) for index_field in index_fields
|
|
414
|
+
]
|
|
415
|
+
|
|
416
|
+
if not any(
|
|
417
|
+
[
|
|
418
|
+
SPARK_INDEX_NAME_PATTERN.match(index_field.struct_field.name)
|
|
419
|
+
for index_field in index_fields
|
|
420
|
+
]
|
|
421
|
+
):
|
|
422
|
+
index_names = [(index_field.struct_field.name,) for index_field in index_fields]
|
|
423
|
+
internal = InternalFrame(
|
|
424
|
+
spark_frame=sdf,
|
|
425
|
+
index_names=index_names,
|
|
426
|
+
index_spark_columns=index_spark_columns,
|
|
427
|
+
index_fields=index_fields,
|
|
428
|
+
data_fields=cast(DataFrameType, return_type).data_fields,
|
|
429
|
+
)
|
|
430
|
+
return DataFrame(internal)
|
|
431
|
+
|
|
432
|
+
def transform_batch(
|
|
433
|
+
self, func: Callable[..., Union[pd.DataFrame, pd.Series]], *args: Any, **kwargs: Any
|
|
434
|
+
) -> DataFrameOrSeries:
|
|
435
|
+
"""
|
|
436
|
+
Transform chunks with a function that takes pandas DataFrame and outputs pandas DataFrame.
|
|
437
|
+
The pandas DataFrame given to the function is of a batch used internally. The length of
|
|
438
|
+
each input and output should be the same.
|
|
439
|
+
|
|
440
|
+
See also `Transform and apply a function
|
|
441
|
+
<https://spark.apache.org/docs/latest/api/python/user_guide/pandas_on_spark/transform_apply.html>`_.
|
|
442
|
+
|
|
443
|
+
.. note:: the `func` is unable to access the whole input frame. pandas-on-Spark
|
|
444
|
+
internally splits the input series into multiple batches and calls `func` with each
|
|
445
|
+
batch multiple times. Therefore, operations such as global aggregations are impossible.
|
|
446
|
+
See the example below.
|
|
447
|
+
|
|
448
|
+
>>> # This case does not return the length of whole frame but of the batch internally
|
|
449
|
+
... # used.
|
|
450
|
+
... def length(pdf) -> ps.DataFrame[int]:
|
|
451
|
+
... return pd.DataFrame([len(pdf)] * len(pdf))
|
|
452
|
+
...
|
|
453
|
+
>>> df = ps.DataFrame({'A': range(1000)})
|
|
454
|
+
>>> df.pandas_on_spark.transform_batch(length) # doctest: +SKIP
|
|
455
|
+
c0
|
|
456
|
+
0 83
|
|
457
|
+
1 83
|
|
458
|
+
2 83
|
|
459
|
+
...
|
|
460
|
+
|
|
461
|
+
.. note:: this API executes the function once to infer the type which is
|
|
462
|
+
potentially expensive, for instance, when the dataset is created after
|
|
463
|
+
aggregations or sorting.
|
|
464
|
+
|
|
465
|
+
To avoid this, specify return type in ``func``, for instance, as below:
|
|
466
|
+
|
|
467
|
+
>>> def plus_one(x) -> ps.DataFrame[int, [float, float]]:
|
|
468
|
+
... return x + 1
|
|
469
|
+
|
|
470
|
+
If the return type is specified, the output column names become
|
|
471
|
+
`c0, c1, c2 ... cn`. These names are positionally mapped to the returned
|
|
472
|
+
DataFrame in ``func``.
|
|
473
|
+
|
|
474
|
+
To specify the column names, you can assign them in a NumPy compound type style
|
|
475
|
+
as below:
|
|
476
|
+
|
|
477
|
+
>>> def plus_one(x) -> ps.DataFrame[("index", int), [("a", float), ("b", float)]]:
|
|
478
|
+
... return x + 1
|
|
479
|
+
|
|
480
|
+
>>> pdf = pd.DataFrame({'a': [1, 2, 3], 'b': [3, 4, 5]})
|
|
481
|
+
>>> def plus_one(x) -> ps.DataFrame[
|
|
482
|
+
... (pdf.index.name, pdf.index.dtype), zip(pdf.dtypes, pdf.columns)]:
|
|
483
|
+
... return x + 1
|
|
484
|
+
|
|
485
|
+
Parameters
|
|
486
|
+
----------
|
|
487
|
+
func : function
|
|
488
|
+
Function to transform each pandas frame.
|
|
489
|
+
*args
|
|
490
|
+
Positional arguments to pass to func.
|
|
491
|
+
**kwargs
|
|
492
|
+
Keyword arguments to pass to func.
|
|
493
|
+
|
|
494
|
+
Returns
|
|
495
|
+
-------
|
|
496
|
+
DataFrame or Series
|
|
497
|
+
|
|
498
|
+
See Also
|
|
499
|
+
--------
|
|
500
|
+
DataFrame.pandas_on_spark.apply_batch: For row/columnwise operations.
|
|
501
|
+
Series.pandas_on_spark.transform_batch: transform the search as each pandas chunks.
|
|
502
|
+
|
|
503
|
+
Examples
|
|
504
|
+
--------
|
|
505
|
+
>>> df = ps.DataFrame([(1, 2), (3, 4), (5, 6)], columns=['A', 'B'])
|
|
506
|
+
>>> df
|
|
507
|
+
A B
|
|
508
|
+
0 1 2
|
|
509
|
+
1 3 4
|
|
510
|
+
2 5 6
|
|
511
|
+
|
|
512
|
+
>>> def plus_one_func(pdf) -> ps.DataFrame[int, [int, int]]:
|
|
513
|
+
... return pdf + 1
|
|
514
|
+
>>> df.pandas_on_spark.transform_batch(plus_one_func)
|
|
515
|
+
c0 c1
|
|
516
|
+
0 2 3
|
|
517
|
+
1 4 5
|
|
518
|
+
2 6 7
|
|
519
|
+
|
|
520
|
+
>>> def plus_one_func(pdf) -> ps.DataFrame[("index", int), [('A', int), ('B', int)]]:
|
|
521
|
+
... return pdf + 1
|
|
522
|
+
>>> df.pandas_on_spark.transform_batch(plus_one_func) # doctest: +NORMALIZE_WHITESPACE
|
|
523
|
+
A B
|
|
524
|
+
index
|
|
525
|
+
0 2 3
|
|
526
|
+
1 4 5
|
|
527
|
+
2 6 7
|
|
528
|
+
|
|
529
|
+
>>> def plus_one_func(pdf) -> ps.Series[int]:
|
|
530
|
+
... return pdf.B + 1
|
|
531
|
+
>>> df.pandas_on_spark.transform_batch(plus_one_func)
|
|
532
|
+
0 3
|
|
533
|
+
1 5
|
|
534
|
+
2 7
|
|
535
|
+
dtype: int64
|
|
536
|
+
|
|
537
|
+
You can also omit the type hints so pandas-on-Spark infers the return schema as below:
|
|
538
|
+
|
|
539
|
+
>>> df.pandas_on_spark.transform_batch(lambda pdf: pdf + 1)
|
|
540
|
+
A B
|
|
541
|
+
0 2 3
|
|
542
|
+
1 4 5
|
|
543
|
+
2 6 7
|
|
544
|
+
|
|
545
|
+
>>> (df * -1).pandas_on_spark.transform_batch(abs)
|
|
546
|
+
A B
|
|
547
|
+
0 1 2
|
|
548
|
+
1 3 4
|
|
549
|
+
2 5 6
|
|
550
|
+
|
|
551
|
+
Note that you should not transform the index. The index information will not change.
|
|
552
|
+
|
|
553
|
+
>>> df.pandas_on_spark.transform_batch(lambda pdf: pdf.B + 1)
|
|
554
|
+
0 3
|
|
555
|
+
1 5
|
|
556
|
+
2 7
|
|
557
|
+
Name: B, dtype: int64
|
|
558
|
+
|
|
559
|
+
You can also specify extra arguments as below.
|
|
560
|
+
|
|
561
|
+
>>> df.pandas_on_spark.transform_batch(lambda pdf, a, b, c: pdf.B + a + b + c, 1, 2, c=3)
|
|
562
|
+
0 8
|
|
563
|
+
1 10
|
|
564
|
+
2 12
|
|
565
|
+
Name: B, dtype: int64
|
|
566
|
+
"""
|
|
567
|
+
from pyspark.pandas.groupby import GroupBy
|
|
568
|
+
from pyspark.pandas.frame import DataFrame
|
|
569
|
+
from pyspark.pandas.series import first_series
|
|
570
|
+
from pyspark import pandas as ps
|
|
571
|
+
|
|
572
|
+
assert callable(func), "the first argument should be a callable function."
|
|
573
|
+
spec = inspect.getfullargspec(func)
|
|
574
|
+
return_sig = spec.annotations.get("return", None)
|
|
575
|
+
should_infer_schema = return_sig is None
|
|
576
|
+
should_retain_index = should_infer_schema
|
|
577
|
+
original_func = func
|
|
578
|
+
|
|
579
|
+
def new_func(o: Any) -> Union[pd.DataFrame, pd.Series]:
|
|
580
|
+
return original_func(o, *args, **kwargs)
|
|
581
|
+
|
|
582
|
+
def apply_func(pdf: pd.DataFrame) -> pd.DataFrame:
|
|
583
|
+
return new_func(pdf).to_frame()
|
|
584
|
+
|
|
585
|
+
def pandas_series_func(
|
|
586
|
+
f: Callable[[pd.DataFrame], pd.DataFrame], return_type: DataType
|
|
587
|
+
) -> "UserDefinedFunctionLike":
|
|
588
|
+
ff = f
|
|
589
|
+
|
|
590
|
+
@pandas_udf(returnType=return_type) # type: ignore[call-overload]
|
|
591
|
+
def udf(pdf: pd.DataFrame) -> pd.Series:
|
|
592
|
+
return first_series(ff(pdf))
|
|
593
|
+
|
|
594
|
+
return udf
|
|
595
|
+
|
|
596
|
+
if should_infer_schema:
|
|
597
|
+
# Here we execute with the first 1000 to get the return type.
|
|
598
|
+
# If the records were less than 1000, it uses pandas API directly for a shortcut.
|
|
599
|
+
log_advice(
|
|
600
|
+
"If the type hints is not specified for `transform_batch`, "
|
|
601
|
+
"it is expensive to infer the data type internally."
|
|
602
|
+
)
|
|
603
|
+
limit = ps.get_option("compute.shortcut_limit")
|
|
604
|
+
pdf = self._psdf.head(limit + 1)._to_internal_pandas()
|
|
605
|
+
transformed = new_func(pdf)
|
|
606
|
+
if not isinstance(transformed, (pd.DataFrame, pd.Series)):
|
|
607
|
+
raise ValueError(
|
|
608
|
+
"The given function should return a frame; however, "
|
|
609
|
+
"the return type was %s." % type(transformed)
|
|
610
|
+
)
|
|
611
|
+
if len(transformed) != len(pdf):
|
|
612
|
+
raise ValueError("transform_batch cannot produce aggregated results")
|
|
613
|
+
psdf_or_psser = ps.from_pandas(transformed)
|
|
614
|
+
|
|
615
|
+
if isinstance(psdf_or_psser, ps.Series):
|
|
616
|
+
psser = psdf_or_psser
|
|
617
|
+
|
|
618
|
+
field = psser._internal.data_fields[0].normalize_spark_type()
|
|
619
|
+
|
|
620
|
+
return_schema = StructType([field.struct_field])
|
|
621
|
+
output_func = GroupBy._make_pandas_df_builder_func(
|
|
622
|
+
self._psdf, apply_func, return_schema, retain_index=False
|
|
623
|
+
)
|
|
624
|
+
|
|
625
|
+
pudf = pandas_series_func(output_func, return_type=field.spark_type)
|
|
626
|
+
columns = self._psdf._internal.spark_columns
|
|
627
|
+
# TODO: Index will be lost in this case.
|
|
628
|
+
internal = self._psdf._internal.copy(
|
|
629
|
+
column_labels=psser._internal.column_labels,
|
|
630
|
+
data_spark_columns=[pudf(F.struct(*columns)).alias(field.name)],
|
|
631
|
+
data_fields=[field],
|
|
632
|
+
column_label_names=psser._internal.column_label_names,
|
|
633
|
+
)
|
|
634
|
+
return first_series(DataFrame(internal))
|
|
635
|
+
else:
|
|
636
|
+
psdf = cast(DataFrame, psdf_or_psser)
|
|
637
|
+
if len(pdf) <= limit:
|
|
638
|
+
# only do the short cut when it returns a frame to avoid
|
|
639
|
+
# operations on different dataframes in case of series.
|
|
640
|
+
return psdf
|
|
641
|
+
|
|
642
|
+
index_fields = [
|
|
643
|
+
field.normalize_spark_type() for field in psdf._internal.index_fields
|
|
644
|
+
]
|
|
645
|
+
data_fields = [field.normalize_spark_type() for field in psdf._internal.data_fields]
|
|
646
|
+
|
|
647
|
+
return_schema = StructType(
|
|
648
|
+
[field.struct_field for field in index_fields + data_fields]
|
|
649
|
+
)
|
|
650
|
+
|
|
651
|
+
self_applied: DataFrame = DataFrame(self._psdf._internal.resolved_copy)
|
|
652
|
+
|
|
653
|
+
output_func = GroupBy._make_pandas_df_builder_func(
|
|
654
|
+
self_applied,
|
|
655
|
+
new_func, # type: ignore[arg-type]
|
|
656
|
+
return_schema,
|
|
657
|
+
retain_index=True,
|
|
658
|
+
)
|
|
659
|
+
columns = self_applied._internal.spark_columns
|
|
660
|
+
|
|
661
|
+
pudf = pandas_udf( # type: ignore[call-overload]
|
|
662
|
+
output_func, returnType=return_schema
|
|
663
|
+
)
|
|
664
|
+
temp_struct_column = verify_temp_column_name(
|
|
665
|
+
self_applied._internal.spark_frame, "__temp_struct__"
|
|
666
|
+
)
|
|
667
|
+
applied = pudf(F.struct(*columns)).alias(temp_struct_column)
|
|
668
|
+
sdf = self_applied._internal.spark_frame.select(applied)
|
|
669
|
+
sdf = sdf.selectExpr("%s.*" % temp_struct_column)
|
|
670
|
+
|
|
671
|
+
return DataFrame(
|
|
672
|
+
psdf._internal.with_new_sdf(
|
|
673
|
+
spark_frame=sdf, index_fields=index_fields, data_fields=data_fields
|
|
674
|
+
)
|
|
675
|
+
)
|
|
676
|
+
else:
|
|
677
|
+
return_type = infer_return_type(original_func)
|
|
678
|
+
is_return_series = isinstance(return_type, SeriesType)
|
|
679
|
+
is_return_dataframe = isinstance(return_type, DataFrameType)
|
|
680
|
+
if not is_return_dataframe and not is_return_series:
|
|
681
|
+
raise TypeError(
|
|
682
|
+
"The given function should specify a frame or series as its type "
|
|
683
|
+
"hints; however, the return type was %s." % return_sig
|
|
684
|
+
)
|
|
685
|
+
if is_return_series:
|
|
686
|
+
field = InternalField(
|
|
687
|
+
dtype=cast(SeriesType, return_type).dtype,
|
|
688
|
+
struct_field=StructField(
|
|
689
|
+
name=SPARK_DEFAULT_SERIES_NAME,
|
|
690
|
+
dataType=cast(SeriesType, return_type).spark_type,
|
|
691
|
+
),
|
|
692
|
+
).normalize_spark_type()
|
|
693
|
+
|
|
694
|
+
return_schema = StructType([field.struct_field])
|
|
695
|
+
output_func = GroupBy._make_pandas_df_builder_func(
|
|
696
|
+
self._psdf, apply_func, return_schema, retain_index=False
|
|
697
|
+
)
|
|
698
|
+
|
|
699
|
+
pudf = pandas_series_func(output_func, return_type=field.spark_type)
|
|
700
|
+
columns = self._psdf._internal.spark_columns
|
|
701
|
+
internal = self._psdf._internal.copy(
|
|
702
|
+
column_labels=[None],
|
|
703
|
+
data_spark_columns=[pudf(F.struct(*columns)).alias(field.name)],
|
|
704
|
+
data_fields=[field],
|
|
705
|
+
column_label_names=None,
|
|
706
|
+
)
|
|
707
|
+
return first_series(DataFrame(internal))
|
|
708
|
+
else:
|
|
709
|
+
index_fields = cast(DataFrameType, return_type).index_fields
|
|
710
|
+
index_fields = [index_field.normalize_spark_type() for index_field in index_fields]
|
|
711
|
+
data_fields = [
|
|
712
|
+
field.normalize_spark_type()
|
|
713
|
+
for field in cast(DataFrameType, return_type).data_fields
|
|
714
|
+
]
|
|
715
|
+
normalized_fields = index_fields + data_fields
|
|
716
|
+
return_schema = StructType([field.struct_field for field in normalized_fields])
|
|
717
|
+
should_retain_index = len(index_fields) > 0
|
|
718
|
+
|
|
719
|
+
self_applied = DataFrame(self._psdf._internal.resolved_copy)
|
|
720
|
+
|
|
721
|
+
output_func = GroupBy._make_pandas_df_builder_func(
|
|
722
|
+
self_applied,
|
|
723
|
+
new_func, # type: ignore[arg-type]
|
|
724
|
+
return_schema,
|
|
725
|
+
retain_index=should_retain_index,
|
|
726
|
+
)
|
|
727
|
+
columns = self_applied._internal.spark_columns
|
|
728
|
+
|
|
729
|
+
pudf = pandas_udf( # type: ignore[call-overload]
|
|
730
|
+
output_func, returnType=return_schema
|
|
731
|
+
)
|
|
732
|
+
temp_struct_column = verify_temp_column_name(
|
|
733
|
+
self_applied._internal.spark_frame, "__temp_struct__"
|
|
734
|
+
)
|
|
735
|
+
applied = pudf(F.struct(*columns)).alias(temp_struct_column)
|
|
736
|
+
sdf = self_applied._internal.spark_frame.select(applied)
|
|
737
|
+
sdf = sdf.selectExpr("%s.*" % temp_struct_column)
|
|
738
|
+
|
|
739
|
+
index_spark_columns = None
|
|
740
|
+
index_names: Optional[List[Optional[Tuple[Any, ...]]]] = None
|
|
741
|
+
|
|
742
|
+
if should_retain_index:
|
|
743
|
+
index_spark_columns = [
|
|
744
|
+
scol_for(sdf, index_field.struct_field.name) for index_field in index_fields
|
|
745
|
+
]
|
|
746
|
+
|
|
747
|
+
if not any(
|
|
748
|
+
[
|
|
749
|
+
SPARK_INDEX_NAME_PATTERN.match(index_field.struct_field.name)
|
|
750
|
+
for index_field in index_fields
|
|
751
|
+
]
|
|
752
|
+
):
|
|
753
|
+
index_names = [
|
|
754
|
+
(index_field.struct_field.name,) for index_field in index_fields
|
|
755
|
+
]
|
|
756
|
+
internal = InternalFrame(
|
|
757
|
+
spark_frame=sdf,
|
|
758
|
+
index_names=index_names,
|
|
759
|
+
index_spark_columns=index_spark_columns,
|
|
760
|
+
index_fields=index_fields,
|
|
761
|
+
data_fields=data_fields,
|
|
762
|
+
)
|
|
763
|
+
return DataFrame(internal)
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
class PandasOnSparkSeriesMethods:
|
|
767
|
+
"""pandas-on-Spark specific features for Series."""
|
|
768
|
+
|
|
769
|
+
def __init__(self, series: "Series"):
|
|
770
|
+
self._psser = series
|
|
771
|
+
|
|
772
|
+
def transform_batch(
|
|
773
|
+
self, func: Callable[..., pd.Series], *args: Any, **kwargs: Any
|
|
774
|
+
) -> "Series":
|
|
775
|
+
"""
|
|
776
|
+
Transform the data with the function that takes pandas Series and outputs pandas Series.
|
|
777
|
+
The pandas Series given to the function is of a batch used internally.
|
|
778
|
+
|
|
779
|
+
See also `Transform and apply a function
|
|
780
|
+
<https://spark.apache.org/docs/latest/api/python/user_guide/pandas_on_spark/transform_apply.html>`_.
|
|
781
|
+
|
|
782
|
+
.. note:: the `func` is unable to access the whole input series. pandas-on-Spark
|
|
783
|
+
internally splits the input series into multiple batches and calls `func` with each
|
|
784
|
+
batch multiple times. Therefore, operations such as global aggregations are impossible.
|
|
785
|
+
See the example below.
|
|
786
|
+
|
|
787
|
+
>>> # This case does not return the length of whole frame but of the batch internally
|
|
788
|
+
... # used.
|
|
789
|
+
... def length(pser) -> ps.Series[int]:
|
|
790
|
+
... return pd.Series([len(pser)] * len(pser))
|
|
791
|
+
...
|
|
792
|
+
>>> df = ps.DataFrame({'A': range(1000)})
|
|
793
|
+
>>> df.A.pandas_on_spark.transform_batch(length) # doctest: +SKIP
|
|
794
|
+
c0
|
|
795
|
+
0 83
|
|
796
|
+
1 83
|
|
797
|
+
2 83
|
|
798
|
+
...
|
|
799
|
+
|
|
800
|
+
.. note:: this API executes the function once to infer the type which is
|
|
801
|
+
potentially expensive, for instance, when the dataset is created after
|
|
802
|
+
aggregations or sorting.
|
|
803
|
+
|
|
804
|
+
To avoid this, specify return type in ``func``, for instance, as below:
|
|
805
|
+
|
|
806
|
+
>>> def plus_one(x) -> ps.Series[int]:
|
|
807
|
+
... return x + 1
|
|
808
|
+
|
|
809
|
+
Parameters
|
|
810
|
+
----------
|
|
811
|
+
func : function
|
|
812
|
+
Function to apply to each pandas frame.
|
|
813
|
+
*args
|
|
814
|
+
Positional arguments to pass to func.
|
|
815
|
+
**kwargs
|
|
816
|
+
Keyword arguments to pass to func.
|
|
817
|
+
|
|
818
|
+
Returns
|
|
819
|
+
-------
|
|
820
|
+
DataFrame
|
|
821
|
+
|
|
822
|
+
See Also
|
|
823
|
+
--------
|
|
824
|
+
DataFrame.pandas_on_spark.apply_batch : Similar but it takes pandas DataFrame as its
|
|
825
|
+
internal batch.
|
|
826
|
+
|
|
827
|
+
Examples
|
|
828
|
+
--------
|
|
829
|
+
>>> df = ps.DataFrame([(1, 2), (3, 4), (5, 6)], columns=['A', 'B'])
|
|
830
|
+
>>> df
|
|
831
|
+
A B
|
|
832
|
+
0 1 2
|
|
833
|
+
1 3 4
|
|
834
|
+
2 5 6
|
|
835
|
+
|
|
836
|
+
>>> def plus_one_func(pser) -> ps.Series[np.int64]:
|
|
837
|
+
... return pser + 1
|
|
838
|
+
>>> df.A.pandas_on_spark.transform_batch(plus_one_func)
|
|
839
|
+
0 2
|
|
840
|
+
1 4
|
|
841
|
+
2 6
|
|
842
|
+
Name: A, dtype: int64
|
|
843
|
+
|
|
844
|
+
You can also omit the type hints so pandas-on-Spark infers the return schema as below:
|
|
845
|
+
|
|
846
|
+
>>> df.A.pandas_on_spark.transform_batch(lambda pser: pser + 1)
|
|
847
|
+
0 2
|
|
848
|
+
1 4
|
|
849
|
+
2 6
|
|
850
|
+
Name: A, dtype: int64
|
|
851
|
+
|
|
852
|
+
You can also specify extra arguments.
|
|
853
|
+
|
|
854
|
+
>>> def plus_one_func(pser, a, b, c=3) -> ps.Series[np.int64]:
|
|
855
|
+
... return pser + a + b + c
|
|
856
|
+
>>> df.A.pandas_on_spark.transform_batch(plus_one_func, 1, b=2)
|
|
857
|
+
0 7
|
|
858
|
+
1 9
|
|
859
|
+
2 11
|
|
860
|
+
Name: A, dtype: int64
|
|
861
|
+
|
|
862
|
+
You can also use ``np.ufunc`` and built-in functions as input.
|
|
863
|
+
|
|
864
|
+
>>> df.A.pandas_on_spark.transform_batch(np.add, 10)
|
|
865
|
+
0 11
|
|
866
|
+
1 13
|
|
867
|
+
2 15
|
|
868
|
+
Name: A, dtype: int64
|
|
869
|
+
|
|
870
|
+
>>> (df * -1).A.pandas_on_spark.transform_batch(abs)
|
|
871
|
+
0 1
|
|
872
|
+
1 3
|
|
873
|
+
2 5
|
|
874
|
+
Name: A, dtype: int64
|
|
875
|
+
"""
|
|
876
|
+
assert callable(func), "the first argument should be a callable function."
|
|
877
|
+
|
|
878
|
+
return_sig = None
|
|
879
|
+
try:
|
|
880
|
+
spec = inspect.getfullargspec(func)
|
|
881
|
+
return_sig = spec.annotations.get("return", None)
|
|
882
|
+
except TypeError:
|
|
883
|
+
# Falls back to schema inference if it fails to get signature.
|
|
884
|
+
pass
|
|
885
|
+
|
|
886
|
+
return_type = None
|
|
887
|
+
if return_sig is not None:
|
|
888
|
+
# Extract the signature arguments from this function.
|
|
889
|
+
sig_return = infer_return_type(func)
|
|
890
|
+
if not isinstance(sig_return, SeriesType):
|
|
891
|
+
raise ValueError(
|
|
892
|
+
"Expected the return type of this function to be of type column,"
|
|
893
|
+
" but found type {}".format(sig_return)
|
|
894
|
+
)
|
|
895
|
+
return_type = sig_return
|
|
896
|
+
|
|
897
|
+
return self._transform_batch(lambda c: func(c, *args, **kwargs), return_type)
|
|
898
|
+
|
|
899
|
+
def _transform_batch(
|
|
900
|
+
self, func: Callable[..., pd.Series], return_type: Optional[Union[SeriesType, ScalarType]]
|
|
901
|
+
) -> "Series":
|
|
902
|
+
from pyspark.pandas.groupby import GroupBy
|
|
903
|
+
from pyspark.pandas.series import Series, first_series
|
|
904
|
+
from pyspark import pandas as ps
|
|
905
|
+
|
|
906
|
+
if not isinstance(func, FunctionType):
|
|
907
|
+
f = func
|
|
908
|
+
# Note that the return type hint specified here affects actual return
|
|
909
|
+
# type in Spark (e.g., infer_return_type). And, MyPy does not allow
|
|
910
|
+
# redefinition of a function.
|
|
911
|
+
func = lambda *args, **kwargs: f(*args, **kwargs) # noqa: E731
|
|
912
|
+
|
|
913
|
+
if return_type is None:
|
|
914
|
+
# TODO: In this case, it avoids the shortcut for now (but only infers schema)
|
|
915
|
+
# because it returns a series from a different DataFrame and it has a different
|
|
916
|
+
# anchor. We should fix this to allow the shortcut or only allow to infer
|
|
917
|
+
# schema.
|
|
918
|
+
limit = ps.get_option("compute.shortcut_limit")
|
|
919
|
+
pser = self._psser.head(limit + 1)._to_internal_pandas()
|
|
920
|
+
transformed = pser.transform(func)
|
|
921
|
+
psser: Series = Series(transformed)
|
|
922
|
+
|
|
923
|
+
field = psser._internal.data_fields[0].normalize_spark_type()
|
|
924
|
+
else:
|
|
925
|
+
spark_return_type = return_type.spark_type
|
|
926
|
+
dtype = return_type.dtype
|
|
927
|
+
field = InternalField(
|
|
928
|
+
dtype=dtype,
|
|
929
|
+
struct_field=StructField(
|
|
930
|
+
name=self._psser._internal.data_spark_column_names[0],
|
|
931
|
+
dataType=spark_return_type,
|
|
932
|
+
),
|
|
933
|
+
)
|
|
934
|
+
|
|
935
|
+
psdf = self._psser.to_frame()
|
|
936
|
+
columns = psdf._internal.spark_column_names
|
|
937
|
+
|
|
938
|
+
def pandas_concat(*series: pd.Series) -> pd.DataFrame:
|
|
939
|
+
# The input can only be a DataFrame for struct from Spark 3.0.
|
|
940
|
+
# This works around makeing the input as a frame. See SPARK-27240
|
|
941
|
+
pdf = pd.concat(series, axis=1)
|
|
942
|
+
pdf.columns = columns
|
|
943
|
+
return pdf
|
|
944
|
+
|
|
945
|
+
def apply_func(pdf: pd.DataFrame) -> pd.DataFrame:
|
|
946
|
+
return func(first_series(pdf)).to_frame()
|
|
947
|
+
|
|
948
|
+
return_schema = StructType([StructField(SPARK_DEFAULT_SERIES_NAME, field.spark_type)])
|
|
949
|
+
output_func = GroupBy._make_pandas_df_builder_func(
|
|
950
|
+
psdf, apply_func, return_schema, retain_index=False
|
|
951
|
+
)
|
|
952
|
+
|
|
953
|
+
@pandas_udf(returnType=field.spark_type) # type: ignore[call-overload]
|
|
954
|
+
def pudf(*series: pd.Series) -> pd.Series:
|
|
955
|
+
return first_series(output_func(pandas_concat(*series)))
|
|
956
|
+
|
|
957
|
+
return self._psser._with_new_scol(
|
|
958
|
+
scol=pudf(*psdf._internal.spark_columns).alias(field.name), field=field
|
|
959
|
+
)
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
def _test() -> None:
|
|
963
|
+
import os
|
|
964
|
+
import doctest
|
|
965
|
+
import sys
|
|
966
|
+
from pyspark.sql import SparkSession
|
|
967
|
+
import pyspark.pandas.accessors
|
|
968
|
+
|
|
969
|
+
os.chdir(os.environ["SPARK_HOME"])
|
|
970
|
+
|
|
971
|
+
globs = pyspark.pandas.accessors.__dict__.copy()
|
|
972
|
+
globs["ps"] = pyspark.pandas
|
|
973
|
+
spark = (
|
|
974
|
+
SparkSession.builder.master("local[4]")
|
|
975
|
+
.appName("pyspark.pandas.accessors tests")
|
|
976
|
+
.getOrCreate()
|
|
977
|
+
)
|
|
978
|
+
(failure_count, test_count) = doctest.testmod(
|
|
979
|
+
pyspark.pandas.accessors,
|
|
980
|
+
globs=globs,
|
|
981
|
+
optionflags=doctest.ELLIPSIS | doctest.NORMALIZE_WHITESPACE,
|
|
982
|
+
)
|
|
983
|
+
spark.stop()
|
|
984
|
+
if failure_count:
|
|
985
|
+
sys.exit(-1)
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
if __name__ == "__main__":
|
|
989
|
+
_test()
|