Skip to main content

Monadic Pipeline Library for Python

Project description

mPyPl -- Official Site

Monadic Pipeline Library for Python

This library was created by a team of enthusiastic software developers / data scientists at Microsoft, who wanted to simplify tasks of data processing and creating complex data pipelines. The library is inspired by the following main ideas:

  • Using functional approach to data processing (which implies immutability, lazy evaluation, etc.)
  • Using pipe module in Python to achieve data pipelines similar to F#.
  • Data pipeline uses dictionaries with different fields as base type, new operations would typically enrich data and add new fields by using apply function. Those dictionaries are similar to monads, and apply is similar to lift operation on monads. Thus the naming of the library.

Tutorial

You can watch demo video, this 3 min intro, or read project wiki.

Credits

Principal developers of mPyPl:

Binder

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mPyPl-0.0.3.9.tar.gz (24.3 kB view hashes)

Uploaded Source

Built Distribution

mPyPl-0.0.3.9-py3-none-any.whl (29.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page