Skip to content

rodrigoancavil/mapreducepy

Repository files navigation

Examples of MapReduce with Python

These are examples how use the python's functions:

  • map()
  • filter()
  • reduce()
  • lambda

Definitions:

  • map(): We use this function to get a list of tuples with (key, value).

  • filter(): The function allows apply a filter' function (condition) to one list.

  • reduce(): Allows get a result list, after apply Map().

  • lambda: Allow define a one line function (without name / anonymous functions).

About

Examples MapReduce with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages