public function calculate_footers($data)
    {
        if (count($data) == 0) {
            return array();
        }