PandasOnPython Dataframe implementation

This page describes implementation of Modin PandasDataframe Objects specific for PandasOnPython execution. Since Python engine doesn’t allow computation parallelization, operations on partitions are performed sequentially. The absence of parallelization doesn’t give any perfomance speed-up, so PandasOnPython is used for testing purposes only.