def redim(cls, dataset, dimensions): return PandasInterface.redim(dataset, dimensions)
def redim(cls, dataset, dimensions): from holoviews.core.data import PandasInterface return PandasInterface.redim(dataset, dimensions)