wdm0006 / DummyRDD

A pure python mock of pyspark's RDD
http://wdm0006.github.io/DummyRDD/
BSD 3-Clause "New" or "Revised" License
27 stars 13 forks source link

Add keys/values/subtractByKey #30

Closed jcollado closed 6 years ago

jcollado commented 6 years ago

In this PR, the keys, values and subtractByKey methods are implemented.

wdm0006 commented 6 years ago

Looks great, thanks for the contribution @jcollado