Skip to content

Commit 2918c1a

Browse files
mengxrCarreau
authored andcommitted
add Apache Spark (python3statement#231)
* add Apache Spark * optimise assets/apache_spark.png
1 parent 0805309 commit 2918c1a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ These projects pledge to drop Python 2 support in or before 2020.
1313
- [![](assets/tensorflow.png)TensorFlow](https://www.tensorflow.org/) <!-- url:https://github.com/tensorflow/tensorflow sg:128577 -->
1414
- [![](assets/requests.png)Requests](https://github.com/kennethreitz/requests) <!-- url:https://github.com/kennethreitz/requests sg:38793 -->
1515
- [![](assets/scikit-learn.png)scikit-learn](https://scikit-learn.org/) <!-- url:https://github.com/scikit-learn/scikit-learn sg:35400 -->
16+
- [![](assets/apache_spark.png)Apache Spark](https://spark.apache.org/) <!-- url:https://github.com/apache/spark sg:22104 -->
1617
- [![](assets/pandas.png)pandas](https://pandas.pydata.org/) <!-- url:https://github.com/pandas-dev/pandas sg:19734 -->
1718
- [![](assets/tornado.png)Tornado](http://www.tornadoweb.org/) <!-- url:https://github.com/tornadoweb/tornado sg:17808 -->
1819
- [![](assets/xgboost.png)XGBoost](https://xgboost.ai/) <!-- url:https://github.com/dmlc/xgboost sg:16122 -->

assets/apache_spark.png

21.9 KB
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ $(document).ready(function (){
299299
'odin': [
300300
{content: '0.4-1.x', start: '2013-11-30', end: '2020-01-01', py2:true},
301301
{content: '2.x', start: '2019-11-30', end: '2024-11-30', py2:false},
302+
],
303+
'Apache Spark': [
304+
{content: 'Python 2 & 3', start: '2015-07-15', end: '2020-04-01', py2:true},
305+
{content: 'Python 3 only', start: '2020-04-01', end: '2023-12-31'},
302306
]
303307

304308
// for tests, rando example

0 commit comments

Comments
 (0)