This is an automated email from the ASF dual-hosted git repository.

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e0a332bf0e [SPARK-40575][DOCS] Add badges for PySpark downloads
8e0a332bf0e is described below

commit 8e0a332bf0e7357ddc97ad8d99caf78ae567981b
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Wed Sep 28 14:00:24 2022 +0800

    [SPARK-40575][DOCS] Add badges for PySpark downloads
    
    ### 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 #38014 from zhengruifeng/doc_pyspark_downloads.
    
    Authored-by: Ruifeng Zheng <ruife...@apache.org>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index f7bc1994fc8..310df41f465 100644
--- a/README.md
+++ b/README.md
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to