PandasOnPython Frame Objects

This page describes implementation of Base Frame Objects specific for PandasOnPython backend. 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.