Basic Examples (2)
Get the Total of the "Second" column with a common name in the "First" column:
Example dataset with labels in the first rows:
List all unique values in the column "City" and sum the corresponding numeric values in "Item 1" using Total:
Perform the same calculation, but format in a grid with TextGrid:
List all unique values in the column "City" and sum the corresponding numeric values in "Item 2" using Total; use TextGrid in postfix form:
List all unique values common to both the "City" and "State" columns and sum the corresponding numeric values in "Item 1" using Total:
List all unique values common to both the "City" and "State" columns and sum the corresponding numeric values in "Item 2" using Total:
Scope (6)
Example dataset with labels in the first rows:
List all unique values common to both the "City" and "State" columns and count the corresponding numeric values in "Item 2" using Length:
List all unique values common to both the "City" and "State" columns and count the corresponding numeric values in "Item 1" using Length:
Perform the same calculation, with additional options for TextGrid to add a gray frame:
Perform the same calculation, with different columns and Total to sum values in "Item 1":
Although strings are commonly binned with pivot tables, numeric values can be used as well:
Applications (2)
Example dataset with labels in the first rows:
Make a Table of pivot tables to compare values:
Example dataset with labels in the first rows:
Perform a simple pivot table and export the resulting list:
Neat Examples (2)
Example dataset with labels in the first rows:
Make a Manipulate with varying column values for a pivot table:
Create a pivot table for a large dataset; first create a large test dataset:
Import the test dataset with 1.2 million rows and 4 columns:
Create a pivot table based on the large dataset: