In [1]: SELECT passenger_count, count(*)
FROM read_parquet('s3://nora/v/taxi-2024')
GROUP BY 1 ORDER BY 2 DESC LIMIT 3;
passenger_count count
1 24,312,006
2 4,687,551
0 1,203,344
In [2]: nora receipt --last
grade: chunk · columns: [passenger_count] · bytes served: 9.4 MB
sources: 12 files behind one described view · unattributable: 0 B
Illustrative cells. The live build embeds the engine-tabs notebook here.