ExperimentalPandasOnDask Execution#

ExperimentalPandasOnDask execution keeps the underlying mechanisms of PandasOnDask execution architecturally unchanged and adds experimental features of Data Transformation, Data Ingress and Data Egress (e.g. read_pickle_distributed()).

PandasOnDask and ExperimentalPandasOnDask differences#

  • another Factory PandasOnDaskFactory -> ExperimentalPandasOnDaskFactory

  • another IO class PandasOnDaskIO -> ExperimentalPandasOnDaskIO

ExperimentalPandasOnDaskIO classes and modules#