Sql Cells are Awsome

It’s really cool actually :blush:
https://observablehq.com/@neocarto/sql-cells-are-awsome

This is interesting. I did some testing first with Inputs.table on result and there was no need to use the .toArray() method on it; it is result-aware:

Then I said, :thinking:. I wonder if plot is result-aware as well? Sure enough, it is:

Yes, both Observable Plot and Observable Inputs support Arrow Tables as data sources. Plot uses columnar data internally, in fact. Both libraries also support any iterable of rows as a data source.