feat: add renameOperator (#19776)

This commit is contained in:
Yongjie Zhao
2022-04-20 19:48:12 +08:00
committed by GitHub
parent f06db796b5
commit 3c28cd4625
12 changed files with 512 additions and 71 deletions

View File

@@ -28,6 +28,7 @@ from superset.utils.pandas_postprocessing.geography import (
)
from superset.utils.pandas_postprocessing.pivot import pivot
from superset.utils.pandas_postprocessing.prophet import prophet
from superset.utils.pandas_postprocessing.rename import rename
from superset.utils.pandas_postprocessing.resample import resample
from superset.utils.pandas_postprocessing.rolling import rolling
from superset.utils.pandas_postprocessing.select import select
@@ -46,6 +47,7 @@ __all__ = [
"geodetic_parse",
"pivot",
"prophet",
"rename",
"resample",
"rolling",
"select",