Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jonbates/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This README is just for practicing with markdown on github

  • List
  • Sub One
  • Sub Two
  • List 2
  • Sub One
  • Sub Two

Practice code alignment

(sc
 .parallelize(xrange(10))
 .filter(lambda x: x % 2 == 0)
 .map(lambda x: (x, x ** 2))
 .mapValues(lambda x: x + 3)
 .collect())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published