Files
developer-roadmap/roadmaps/python-data-analysis/content/arithmetic@AAxvIAas2Sdkz9-2uNHXq.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

785 B

Arithmetic

Arithmetic operators perform mathematical calculations: + (addition), - (subtraction), * (multiplication), / (division), // (floor division), % (modulo), and ** (exponentiation). They are used constantly for computing derived columns, normalizing values, and performing aggregations.

Visit the following resources to learn more: