pyspark 4.0.0
pip install pyspark
Released:
Apache Spark Python API
Navigation
Verified details
These details have beenverified by PyPIMaintainers
Unverified details
These details havenot been verified by PyPIProject links
Meta
- License: Apache Software License (http://www.apache.org/licenses/LICENSE-2.0)
- Author:Spark Developers
- Requires: Python >=3.9
Classifiers
- Development Status
- License
- Programming Language
- Typing
Project description
Apache Spark
Spark is a unified analytics engine for large-scale data processing. It provideshigh-level APIs in Scala, Java, Python, and R, and an optimized engine thatsupports general computation graphs for data analysis. It also supports arich set of higher-level tools including Spark SQL for SQL and DataFrames,pandas API on Spark for pandas workloads, MLlib for machine learning, GraphX for graph processing,and Structured Streaming for stream processing.
Online Documentation
You can find the latest Spark documentation, including a programmingguide, on theproject web page
Python Packaging
This README file only contains basic information related to pip installed PySpark.This packaging is currently experimental and may change in future versions (although we will do our best to keep compatibility).Using PySpark requires the Spark JARs, and if you are building this from source please see the builder instructions at"Building Spark".
The Python packaging for Spark is not intended to replace all of the other use cases. This Python packaged version of Spark is suitable for interacting with an existing cluster (be it Spark standalone, YARN) - but does not contain the tools required to set up your own standalone Spark cluster. You can download the full version of Spark from theApache Spark downloads page.
NOTE: If you are using this with a Spark standalone cluster you must ensure that the version (including minor version) matches or you may experience odd errors.
Python Requirements
At its core PySpark depends on Py4J, but some additional sub-packages have their own extra requirements for some features (including numpy, pandas, and pyarrow).See alsoDependencies for production, anddev/requirements.txt for development.
Project details
Verified details
These details have beenverified by PyPIMaintainers
Unverified details
These details havenot been verified by PyPIProject links
Meta
- License: Apache Software License (http://www.apache.org/licenses/LICENSE-2.0)
- Author:Spark Developers
- Requires: Python >=3.9
Classifiers
- Development Status
- License
- Programming Language
- Typing
Release historyRelease notifications |RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more aboutinstalling packages.
Source Distribution
File details
Details for the filepyspark-4.0.0.tar.gz
.
File metadata
- Download URL:pyspark-4.0.0.tar.gz
- Upload date:
- Size: 434.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/8.5.0 pkginfo/1.12.0 requests/2.32.3 requests-toolbelt/1.0.0 tqdm/4.67.1 CPython/3.9.21
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38db1b4f6095a080d7605e578d775528990e66dc326311d93e94a71cfc24e5a5 | |
MD5 | 5be7f40ef43830a5956b4229a2e9f9e1 | |
BLAKE2b-256 | 9d0e5b38d51f1b1c2618cccfbf35093268665af9a3bdb493e5a3ecd991def633 |