13.3 Table Analysis: Interactive Sorting, Filtering, and Trend Identification
Key Takeaways
- Table Analysis (TA) provides an interactive column dropdown that sorts the entire table ascending or descending; never visually scan an unsorted table when a single sort operation isolates the data.
- To find the median of an odd number of rows N, sort by the target column and identify row (N + 1) / 2; for an even number of rows N, average rows N / 2 and (N / 2) + 1.
- Detect bivariate correlation by sorting the table by the independent variable X in ascending order and observing the directional trend of dependent variable Y from top to bottom.
- Categorical sorting clusters subgroups into contiguous row blocks, enabling rapid, error-free filtering and subgroup aggregation without skipping relevant entries.
- An on-screen calculator is provided in Data Insights, but strategic estimation and bounding techniques should precede raw calculation to preserve time.
13.3 Table Analysis: Interactive Sorting, Filtering, and Trend Identification
Quick Summary: Table Analysis (TA) questions on the GMAT Focus Edition present a complex, multi-column dataset accompanied by an introductory narrative and three binary evaluation statements. The defining feature of the TA interface is the interactive column sort dropdown, which allows you to reorder the entire table ascending or descending by any column. The central tactical imperative in TA is never manually scan an unsorted table: sorting transforms time-consuming, error-prone visual searches into instantaneous lookups of extremes, medians, percentiles, contiguous subgroups, and bivariate correlations.
Anatomy of the Table Analysis Interface
Every Table Analysis item consists of three distinct components:
- Contextual Text (Prompt Header): An introductory passage defining the background scenario, data sources, column definitions, units of measurement (e.g., "in thousands of metric tons" or "expressed as an index from 0 to 100"), and any special conditions or footnotes.
- The Interactive Table: A sortable data grid with multiple rows and columns. Above the table sits the dropdown menu:
[ Sort by: [ Select Column v ] ]
Selecting a column immediately re-indexes every row in either ascending (A-to-Z, lowest-to-highest) or descending order. - The Dichotomous Question Block: Three statements, each requiring a binary decision (Yes/No or True/False). All three statements must be answered correctly for raw score credit.
The Power of the Interactive Sort
Under exam pressure, untrained candidates often treat Table Analysis like a static textbook diagram, scanning up and down with their eyes or a finger on the screen. In a 20-row, 6-column table (120 individual cells), visual scanning leads to omission errors (skipping a row that satisfies a condition) and consumes 60 to 90 seconds per statement.
By leveraging the sort dropdown, you can execute complex statistical and logical tasks in seconds:
| Analytical Objective | Sort Operation | Tactical Execution Protocol |
|---|---|---|
| Identify Extremes (Min / Max) | Sort target column Ascending | Row 1 is the minimum; the final row is the maximum. |
| Determine Rank / Top k Elements | Sort target column Descending | Rows 1 through k represent the top k items; no other rows need inspection. |
| Locate Median | Sort target column Ascending | For N rows: if N is odd, median is row (N+1)/2. If N is even, median is the average of rows N/2 and (N/2)+1. |
| Subgroup Filtering / Slicing | Sort by Categorical Column | All rows belonging to category C cluster into a single contiguous block. You can sum, average, or count within that block without scanning the rest of the table. |
| Test Correlation / Monotonicity | Sort by Variable X Ascending | Scan Variable Y downward: if Y generally increases, correlation is positive; if Y strictly increases for every single row, relationship is monotonic. |
Advanced Analytical Applications of Sorting
1. Rapid Median and Percentile Isolation
Consider a table with 17 rows (N = 17, an odd number). A statement asks: "The median annual revenue of the surveyed software firms is greater than $45 million."
- Manual Scanning: You would have to write down or track all 17 numbers, rank them, and find the 9th number. Time: ~75 seconds; risk of error: high.
- Sort Execution:
- Select
Sort by: Revenue ($M). - Calculate median index: (17 + 1) / 2 = 9.
- Count directly down to Row 9. If Row 9 is $48M, the statement is verified in 8 seconds.
- Select
For an even number of rows, say N = 20:
- The median falls halfway between Row 20/2 = 10 and Row 10 + 1 = 11.
- Sort ascending by the column, look directly at Row 10 and Row 11, and calculate their arithmetic mean: (Row 10 + Row 11) / 2.
For Quartiles and Percentiles:
- 25th Percentile (Q1) in a 20-row table: bounded by Row 5 (20 * 0.25).
- 75th Percentile (Q3): bounded by Row 15 (20 * 0.75).
- Interquartile Range (IQR): Value at Row 15 - Value at Row 5.
2. Bivariate Correlation vs. Strict Monotonicity
Test developers frequently ask whether two variables exhibit a positive relationship, negative relationship, or strictly increasing (monotonic) relationship.
- General Correlation: Does Variable Y tend to rise as Variable X rises?
Method: Sort by X ascending. Divide the table into an upper half (low X) and a lower half (high X). Compare the average or median of Y in the upper half to that in the lower half. If high-X rows predominantly show higher Y values, positive correlation is supported. - Strict Monotonicity: "For any two countries in the table, the country with the higher GDP per capita also has a higher life expectancy."
Method: Sort by GDP per capita ascending. Now inspect life expectancy from top to bottom. To satisfy strict monotonicity, every single row must have a life expectancy greater than or equal to the row immediately preceding it. A single inversion (e.g., Row 4 is 78.2 and Row 5 is 77.9) immediately disproves the statement.
Comprehensive Worked Example: Global Maritime Logistics
Let us analyze a representative GMAT Focus Table Analysis dataset consisting of 15 major container ports.
Contextual Narrative
The table below provides operational metrics for 15 major international container ports in 2025. Annual throughput is reported in millions of Twenty-Foot Equivalent Units (TEU). Average vessel turnaround time measures the mean hours from berth arrival to departure. Rail connectivity indicates the percentage of inbound container volume transferred directly to intermodal rail freight. The Port Efficiency Index (PEI) is an aggregate score on a scale from 1 to 100 calculated by an independent maritime agency.
Table: Major International Container Ports (2025)
| Port Name | Region | Annual Throughput (M TEU) | Turnaround Time (hours) | Rail Connectivity (%) | Port Efficiency Index (PEI) |
|---|---|---|---|---|---|
| Port Alpha | East Asia | 47.3 | 18.2 | 12.0 | 92 |
| Port Beta | East Asia | 31.5 | 21.0 | 8.5 | 86 |
| Port Gamma | Europe | 14.8 | 26.4 | 38.0 | 81 |
| Port Delta | North America | 10.6 | 32.5 | 28.5 | 74 |
| Port Epsilon | East Asia | 24.2 | 19.5 | 14.0 | 89 |
| Port Zeta | Europe | 12.1 | 24.0 | 42.0 | 84 |
| Port Eta | Middle East | 15.3 | 22.8 | 6.0 | 83 |
| Port Theta | North America | 9.4 | 34.0 | 22.0 | 69 |
| Port Iota | Southeast Asia | 37.0 | 16.5 | 4.0 | 95 |
| Port Kappa | Europe | 8.2 | 28.5 | 31.0 | 76 |
| Port Lambda | East Asia | 28.0 | 20.2 | 10.5 | 88 |
| Port Mu | South America | 5.4 | 38.0 | 11.0 | 62 |
| Port Nu | Middle East | 11.2 | 25.5 | 9.0 | 78 |
| Port Xi | Southeast Asia | 18.5 | 23.0 | 15.0 | 82 |
| Port Omicron | North America | 7.8 | 36.5 | 25.0 | 65 |
Step-by-Step Problem Walkthrough
Task: Evaluate each of the following three statements. Select Yes if the statement can be verified from the table; otherwise, select No.
- The median Annual Throughput for the 15 ports is greater than 15.0 million TEU.
- Among ports with Rail Connectivity exceeding 20.0%, there is a strictly monotonic inverse relationship between Rail Connectivity and Port Efficiency Index.
- The mean Port Efficiency Index of the ports located in East Asia is greater than 88.0.
Detailed Analytical Verification
Statement 1: Median Annual Throughput
- Operation: Sort the table by
Annual Throughput (M TEU)ascending. - Identify Median Position: There are N = 15 ports (an odd number). The median is row (15 + 1) / 2 = 8.
- Ascending Order of Throughput:
- Row 1: Port Mu (5.4)
- Row 2: Port Omicron (7.8)
- Row 3: Port Kappa (8.2)
- Row 4: Port Theta (9.4)
- Row 5: Port Delta (10.6)
- Row 6: Port Nu (11.2)
- Row 7: Port Zeta (12.1)
- Row 8: Port Gamma (14.8)
- Row 9: Port Eta (15.3)
- Rows 10–15: Port Xi (18.5), Port Epsilon (24.2), Port Lambda (28.0), Port Beta (31.5), Port Iota (37.0), Port Alpha (47.3).
- Evaluate Value: Row 8 is Port Gamma with throughput 14.8 million TEU. Because 14.8 < 15.0, the median throughput is NOT greater than 15.0 million TEU.
- Verdict for Statement 1: No.
Statement 2: Strict Monotonicity in Filtered Subgroup
- Operation: Filter for ports with
Rail Connectivity (%) > 20.0%, then sort that subset by Rail Connectivity ascending. - Isolate the Subgroup:
- Port Theta: Rail = 22.0%, PEI = 69
- Port Omicron: Rail = 25.0%, PEI = 65
- Port Delta: Rail = 28.5%, PEI = 74
- Port Kappa: Rail = 31.0%, PEI = 76
- Port Gamma: Rail = 38.0%, PEI = 81
- Port Zeta: Rail = 42.0%, PEI = 84
- Check for Inverse Monotonicity:
An inverse monotonic relationship requires that as Rail Connectivity increases, PEI must strictly decrease (or at least never increase) across every single consecutive step.- Moving from Port Theta (22.0%, PEI 69) to Port Omicron (25.0%, PEI 65): PEI decreases (69 to 65).
- Moving from Port Omicron (25.0%, PEI 65) to Port Delta (28.5%, PEI 74): PEI increases from 65 to 74!
- In fact, for the higher rail ports (Delta, Kappa, Gamma, Zeta), PEI continuously climbs (74 to 76 to 81 to 84).
- Verdict: The relationship is not inverse monotonic; it violates the condition immediately.
- Verdict for Statement 2: No.
Statement 3: Mean PEI for East Asia Ports
- Operation: Sort by
Regionto cluster all East Asia ports together. - Isolate East Asia Cluster:
- Port Alpha: PEI = 92
- Port Beta: PEI = 86
- Port Epsilon: PEI = 89
- Port Lambda: PEI = 88 Total East Asia ports = 4.
- Compute the Mean:
- Evaluate Value: Because 88.75 > 88.0, the statement is mathematically confirmed.
- Verdict for Statement 3: Yes.
Final Correct Dichotomous Triplet: Statement 1 = No; Statement 2 = No; Statement 3 = Yes.
Calculator Strategy in Table Analysis
While an on-screen calculator is provided in Data Insights, relying on it for every step is a trap. Use this decision rule:
- Estimate When Bounding: If asked whether a sum is greater than 500, and rounding the numbers down yields 520, the condition is satisfied without opening the calculator.
- Use Calculator for Multi-Digit Division: When computing precise values like 355 / 4 = 88.75 or percentage changes where numbers are close to the threshold (e.g., verifying whether a value is 14.8% vs 15.2%), launch the calculator immediately, enter the values, and record the result.
A Table Analysis dataset lists 24 commercial real estate properties sorted alphabetically by city name. A test-taker must determine whether the median rental rate per square foot across all 24 properties exceeds $42.00. What is the most efficient and accurate method to verify this statement?
Refer to the 15-port logistics dataset in this section. If the ports are sorted ascending by Annual Throughput, which of the following statements is true regarding Turnaround Time and Port Efficiency Index (PEI)?
Refer to the 15-port logistics dataset in this section. What proportion of the ports located in Europe or North America have a Rail Connectivity of 25.0% or greater?