mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 12:44:00 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
743 B
743 B
Cross-tabulation
Cross-tabulation (crosstab) counts the frequency of combinations of values across two or more categorical variables. pd.crosstab() produces a table of frequencies or proportions. It is used to examine relationships between categorical variables, such as how customer segments differ across product categories.
Visit the following resources to learn more: