/Optimus

Optimus is the missing library for cleaning and pre-processing data in a distributed fashion.

Primary LanguagePythonApache License 2.0Apache-2.0

Logo Optimus

PyPI version Build Status Documentation Status built_by iron Updates Python 3 GitHub release Codacy Badge

Click below for the official documentation

Documentation

Optimus is the missing library for cleaning and pre-processing data in a distributed fashion. It uses all the power of Apache Spark (optimized via Catalyst) to do so. It implements several handy tools for data wrangling and munging that will make your life much easier. The first obvious advantage over any other public data cleaning library is that it will work on your laptop or your big cluster, and second, it is amazingly easy to install, use and understand.

The following schema shows the structure class organization of the whole library:

  • Optimus
    • DataFrameTransformer
    • DataFrameAnalyzer
  • utilities

Announcement!!

We are very happy to annouce that Optimus main stable branch will work now for Spark 2.2.0 The 1.6.x version is now under maintenance, the last tag release for this Spark version is the 0.4.0. We strongly suggest that you use the >2.x version of the library because the new improvements and features will be added now on this version.

Requirements

  • Apache Spark 2.2.0
  • Python 3.5

Installation (pip):

In your terminal just type:

pip install optimuspyspark

Contributors:

License:

Apache 2.0 © Iron