mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
feat: linear imputation in Resample (#19393)
This commit is contained in:
@@ -92,6 +92,8 @@ PROPHET_TIME_GRAIN_MAP = {
|
||||
"P1W/1970-01-04T00:00:00Z": "W",
|
||||
}
|
||||
|
||||
RESAMPLE_METHOD = ("asfreq", "bfill", "ffill", "linear", "median", "mean", "sum")
|
||||
|
||||
FLAT_COLUMN_SEPARATOR = ", "
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user