# Math

{% hint style="warning" %}
**Try these examples yourself.** They are built into FlightPath Data. You can download FlightPath Data free from [Microsoft](https://apps.microsoft.com/detail/9P9PBPKZ4JDF) or [Apple](https://apps.apple.com/us/app/flightpath-data/id6745823097) or [Github](https://github.com/dk107dk/flightpath)
{% endhint %}

<figure><img src="https://2402701329-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6wzqgDHj9mZbFxabiEbc%2Fuploads%2Fie7ZlWnnqNmLY6Hsa2oS%2FScreenshot%202025-11-07%20at%201.46.20%E2%80%AFPM.png?alt=media&#x26;token=0c93ee5f-4c5a-47e4-8c13-356df088e5c4" alt=""><figcaption></figcaption></figure>

These examples focus on functions to find percents, averages, and sums in CSV and Excel files. Most of the math functions are easy enough to understand from their names. These csvpaths may give you ideas for your own validations and upgrading scripts.

* [Averaging across groups](https://www.csvpath.org/getting-started/the-flightpath-data-examples/math/averaging-across-groups)
* [Sum](https://www.csvpath.org/getting-started/the-flightpath-data-examples/math/sum)
* [Subtract](https://www.csvpath.org/getting-started/the-flightpath-data-examples/math/subtract)
* [Min and max](https://www.csvpath.org/getting-started/the-flightpath-data-examples/math/min-and-max)
* [Running median and average](https://www.csvpath.org/getting-started/the-flightpath-data-examples/math/running-median-and-average)
* [Percents](https://www.csvpath.org/getting-started/the-flightpath-data-examples/math/percents)
* [Above average](https://www.csvpath.org/getting-started/the-flightpath-data-examples/math/above-average)
