This README is just for practicing with markdown on github
- List
- Sub One
- Sub Two
- List 2
- Sub One
- Sub Two
(sc
.parallelize(xrange(10))
.filter(lambda x: x % 2 == 0)
.map(lambda x: (x, x ** 2))
.mapValues(lambda x: x + 3)
.collect())
| Name | Name | Last commit date | ||
|---|---|---|---|---|
(sc
.parallelize(xrange(10))
.filter(lambda x: x % 2 == 0)
.map(lambda x: (x, x ** 2))
.mapValues(lambda x: x + 3)
.collect())