Experimental Modules Overview#
In some cases Modin can give the user the opportunity to extend (not modify) typical pandas
API or to try new functionality in order to get more flexibility. Depending on the exact
experimental feature user may need to install additional packages, change configurations or
replace the standard Modin import statement import modin.pandas as pd
with modified version
import modin.experimental.pandas as pd
. For concrete examples of experimental features, please
refer to the desired link from the directory tree.