mirror of
https://github.com/apache/superset.git
synced 2026-05-08 17:35:33 +00:00
feat: linear imputation in Resample (#19393)
(cherry picked from commit a39dd4493e)
This commit is contained in:
committed by
Ville Brofeldt
parent
56e78b9ef7
commit
5f2ffb3ba4
@@ -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