Skip to content

Commit

Permalink
[SPARK-40575][DOCS] Add badges for PySpark downloads
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Add badges for PySpark downloads

### Why are the changes needed?
famous python projects like [pandas](https://github.com/pandas-dev/pandas#pandas-powerful-python-data-analysis-toolkit) contains these badges

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

<img width="502" alt="image" src="https://user-images.githubusercontent.com/7322292/192681316-cbaa7f02-6a9c-46d0-a290-b3ee6778fff4.png">

### How was this patch tested?
manually check

Closes apache#38014 from zhengruifeng/doc_pyspark_downloads.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
  • Loading branch information
zhengruifeng committed Sep 28, 2022
1 parent ee95ec3 commit 8e0a332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and Structured Streaming for stream processing.
[![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_main.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_main.yml)
[![AppVeyor Build](https://img.shields.io/appveyor/ci/ApacheSoftwareFoundation/spark/master.svg?style=plastic&logo=appveyor)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark)
[![PySpark Coverage](https://codecov.io/gh/apache/spark/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/spark)
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/pyspark?period=month&units=international_system&left_color=black&right_color=orange&left_text=PyPI%20downloads)](https://pypi.org/project/pyspark/)


## Online Documentation
Expand Down

0 comments on commit 8e0a332

Please sign in to comment.