freshcrate
Skin:/
Home > Developer Tools > pyspark

pyspark

Apache Spark Python API

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

# Apache Spark Spark is a unified analytics engine for large-scale data processing. It provides high-level APIs in Scala, Java, Python, and R, and an optimized engine that supports general computation graphs for data analysis. It also supports a rich 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. <https://spark.apache.org/> ## Online Documentation You can find the latest Spark documentation, including a programming guide, on the [project web page](https://spark.apache.org/documentation.html) ## 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"](https://spark.apache.org/docs/latest/building-spark.html). 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 the [Apache Spark downloads page](https://spark.apache.org/downloads.html). **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 also [Dependencies](https://spark.apache.org/docs/latest/api/python/getting_started/install.html#dependencies) for production, and [dev/requirements.txt](https://github.com/apache/spark/blob/master/dev/requirements.txt) for development.

Release History

VersionChangesUrgencyDate
master@2026-07-17Latest activity on master branchHigh7/17/2026
4.1.1Imported from PyPI (4.1.1)Low4/21/2026
v4.2.0-preview4Tag v4.2.0-preview4Medium4/6/2026
v4.2.0-preview4-rc1Tag v4.2.0-preview4-rc1Medium4/6/2026
v4.2.0-preview3Tag v4.2.0-preview3Low3/10/2026
v4.2.0-preview3-rc1Tag v4.2.0-preview3-rc1Low3/10/2026
v4.2.0-preview2Tag v4.2.0-preview2Low2/5/2026
v4.2.0-preview2-rc1Tag v4.2.0-preview2-rc1Low2/5/2026
v4.2.0-preview1Tag v4.2.0-preview1Low1/6/2026
v4.2.0-preview1-rc1Tag v4.2.0-preview1-rc1Low1/6/2026
v4.1.1Tag v4.1.1Low1/2/2026
v4.1.1-rc2Tag v4.1.1-rc2Low1/2/2026
v4.1.1-rc1Tag v4.1.1-rc1Low12/30/2025
v4.1.0Tag v4.1.0Low12/11/2025
v4.1.0-rc3Tag v4.1.0-rc3Low12/11/2025
v4.1.0-rc2Tag v4.1.0-rc2Low11/30/2025
v4.1.0-rc1Tag v4.1.0-rc1Low11/24/2025
v4.1.0-preview4Tag v4.1.0-preview4Low11/16/2025
v4.1.0-preview4-rc1Tag v4.1.0-preview4-rc1Low11/16/2025
v4.1.0-preview3Tag v4.1.0-preview3Low10/26/2025
v4.1.0-preview3-rc1Tag v4.1.0-preview3-rc1Low10/26/2025
v4.1.0-preview2Tag v4.1.0-preview2Low9/24/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

types-jinja2Typing stubs for Jinja2main@2026-07-26
mypyOptional static typing for Pythonmaster@2026-07-25
sagemakerOpen source library for training and deploying models on Amazon SageMaker.3.17.0
alibabacloud-tea-openapiAlibaba Cloud openapi SDK Library for Pythonmaster@2026-07-24
types-setuptoolsTyping stubs for setuptoolsmain@2026-07-24

More in Developer Tools

types-jinja2Typing stubs for Jinja2
mypyOptional static typing for Python
sagemakerOpen source library for training and deploying models on Amazon SageMaker.
mexPersistent project memory for AI coding agents. Structured scaffold + drift detection CLI.