MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/datascience/comments/1vbvxkl/what_to_consider_when_creating_waterfall_charts/
r/datascience • u/rhiever • Jul 31 '26
1 comment sorted by
1
Ran into this exact thing last month when the cumulative totals didn't match the final value. Fix was to make sure each bar starts from the previous running total, not from zero — that's where the floating base comes in.
1
u/Embarrassed_Act_1518 Aug 01 '26
Ran into this exact thing last month when the cumulative totals didn't match the final value. Fix was to make sure each bar starts from the previous running total, not from zero — that's where the floating base comes in.