mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
@@ -24,7 +24,7 @@ from pandas import DataFrame, NamedAgg
|
||||
|
||||
from superset.exceptions import InvalidPostProcessingError
|
||||
|
||||
NUMPY_FUNCTIONS = {
|
||||
NUMPY_FUNCTIONS: Dict[str, Callable[..., Any]] = {
|
||||
"average": np.average,
|
||||
"argmin": np.argmin,
|
||||
"argmax": np.argmax,
|
||||
|
||||
Reference in New Issue
Block a user