superset/tests/unit_tests/pandas_postprocessing
Sam Firke d4d8625ab8
fix(utils): fix off-by-one error in how rolling window's min_periods truncates dataframe (#27388)
2024-03-21 16:06:36 -06:00
..
__init__.py refactor: postprocessing move to unit test (#18779) 2022-02-17 20:05:41 +08:00
test_aggregate.py refactor: postprocessing move to unit test (#18779) 2022-02-17 20:05:41 +08:00
test_boxplot.py fix: Box Plot Chart throws an error when the average (AVG) / SUM is being calculated on the Metrics (#20235) 2022-06-02 10:00:04 +08:00
test_compare.py refactor: remove unused flatten function (#20582) 2022-07-01 19:17:55 +08:00
test_contribution.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
test_cum.py fix(post-processing): handle missing values in cumulative operator (#26429) 2024-01-09 08:56:19 -03:00
test_diff.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
test_flatten.py chore: Update pre-commit packages (#23173) 2023-03-13 17:05:13 -06:00
test_geography.py refactor: postprocessing move to unit test (#18779) 2022-02-17 20:05:41 +08:00
test_pivot.py refactor: remove unused flatten function (#20582) 2022-07-01 19:17:55 +08:00
test_prophet.py fix: Bump prophet, re-enable tests, and remedy column eligibility logic (#24129) 2023-07-05 12:33:52 -07:00
test_rename.py feat: add renameOperator (#19776) 2022-04-20 19:48:12 +08:00
test_resample.py fix(postprocessing): resample with holes (#27487) 2024-03-14 12:02:01 -07:00
test_rolling.py fix(utils): fix off-by-one error in how rolling window's min_periods truncates dataframe (#27388) 2024-03-21 16:06:36 -06:00
test_select.py feat(advanced analysis): support MultiIndex column in post processing stage (#19116) 2022-03-23 13:46:28 +08:00
test_sort.py feat: Axis sort in the Bar Chart V2 (#21993) 2022-11-26 22:06:26 +08:00
test_utils.py feat: generate label map on the backend (#21124) 2022-08-22 21:00:02 +08:00
utils.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00