{"database": "fixtures", "table": "facetable", "is_view": false, "human_description_en": "where tags = \"[]\"", "rows": [{"pk": 3, "created": "2019-01-14 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "SOMA", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 4, "created": "2019-01-14 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "Tenderloin", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 5, "created": "2019-01-15 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "Bernal Heights", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 6, "created": "2019-01-15 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "Hayes Valley", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 7, "created": "2019-01-15 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 2, "label": "Los Angeles"}, "neighborhood": "Hollywood", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 8, "created": "2019-01-15 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 2, "label": "Los Angeles"}, "neighborhood": "Downtown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 9, "created": "2019-01-16 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 2, "label": "Los Angeles"}, "neighborhood": "Los Feliz", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 10, "created": "2019-01-16 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 2, "label": "Los Angeles"}, "neighborhood": "Koreatown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 11, "created": "2019-01-16 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "city_id": {"value": 3, "label": "Detroit"}, "neighborhood": "Downtown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 12, "created": "2019-01-17 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "city_id": {"value": 3, "label": "Detroit"}, "neighborhood": "Greektown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 13, "created": "2019-01-17 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "city_id": {"value": 3, "label": "Detroit"}, "neighborhood": "Corktown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 14, "created": "2019-01-17 08:00:00", "planet_int": 1, "on_earth": 1, "state": "MI", "city_id": {"value": 3, "label": "Detroit"}, "neighborhood": "Mexicantown", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}, {"pk": 15, "created": "2019-01-17 08:00:00", "planet_int": 2, "on_earth": 0, "state": "MC", "city_id": {"value": 4, "label": "Memnonia"}, "neighborhood": "Arcadia Planitia", "tags": "[]", "complex_array": "[]", "distinct_some_null": null}], "truncated": false, "filtered_table_rows_count": 13, "expanded_columns": ["city_id"], "expandable_columns": [[{"column": "city_id", "other_table": "facet_cities", "other_column": "id"}, "name"]], "columns": ["pk", "created", "planet_int", "on_earth", "state", "city_id", "neighborhood", "tags", "complex_array", "distinct_some_null"], "primary_keys": ["pk"], "units": {}, "query": {"sql": "select pk, created, planet_int, on_earth, state, city_id, neighborhood, tags, complex_array, distinct_some_null from facetable where \"tags\" = :p0 order by pk limit 101", "params": {"p0": "[]"}}, "facet_results": {"neighborhood": {"name": "neighborhood", "type": "column", "hideable": true, "toggle_url": "/fixtures/facetable.json?_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on", "results": [{"value": "Downtown", "label": "Downtown", "count": 2, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Downtown", "selected": false}, {"value": "Arcadia Planitia", "label": "Arcadia Planitia", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Arcadia+Planitia", "selected": false}, {"value": "Bernal Heights", "label": "Bernal Heights", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Bernal+Heights", "selected": false}, {"value": "Corktown", "label": "Corktown", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Corktown", "selected": false}, {"value": "Greektown", "label": "Greektown", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Greektown", "selected": false}, {"value": "Hayes Valley", "label": "Hayes Valley", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Hayes+Valley", "selected": false}, {"value": "Hollywood", "label": "Hollywood", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Hollywood", "selected": false}, {"value": "Koreatown", "label": "Koreatown", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Koreatown", "selected": false}, {"value": "Los Feliz", "label": "Los Feliz", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Los+Feliz", "selected": false}, {"value": "Mexicantown", "label": "Mexicantown", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Mexicantown", "selected": false}, {"value": "SOMA", "label": "SOMA", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=SOMA", "selected": false}, {"value": "Tenderloin", "label": "Tenderloin", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&neighborhood=Tenderloin", "selected": false}], "truncated": false}, "state": {"name": "state", "type": "column", "hideable": true, "toggle_url": "/fixtures/facetable.json?_facet=neighborhood&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on", "results": [{"value": "CA", "label": "CA", "count": 8, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&state=CA", "selected": false}, {"value": "MI", "label": "MI", "count": 4, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&state=MI", "selected": false}, {"value": "MC", "label": "MC", "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&state=MC", "selected": false}], "truncated": false}, "on_earth": {"name": "on_earth", "type": "column", "hideable": true, "toggle_url": "/fixtures/facetable.json?_facet=neighborhood&_facet=state&tags=%5B%5D&_facet_date=created&_labels=on", "results": [{"value": 1, "label": 1, "count": 12, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&on_earth=1", "selected": false}, {"value": 0, "label": 0, "count": 1, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&on_earth=0", "selected": false}], "truncated": false}, "created": {"name": "created", "type": "date", "results": [{"value": "2019-01-15", "label": "2019-01-15", "count": 4, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&created__date=2019-01-15", "selected": false}, {"value": "2019-01-17", "label": "2019-01-17", "count": 4, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&created__date=2019-01-17", "selected": false}, {"value": "2019-01-16", "label": "2019-01-16", "count": 3, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&created__date=2019-01-16", "selected": false}, {"value": "2019-01-14", "label": "2019-01-14", "count": 2, "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&created__date=2019-01-14", "selected": false}], "hideable": true, "toggle_url": "/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_labels=on", "truncated": false}}, "suggested_facets": [{"name": "created", "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&_facet=created"}, {"name": "planet_int", "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&_facet=planet_int"}, {"name": "city_id", "toggle_url": "http://datasette-psutil-demo-j7hipcg4aq-uw.a.run.app/fixtures/facetable.json?_facet=neighborhood&_facet=state&_facet=on_earth&tags=%5B%5D&_facet_date=created&_labels=on&_facet=city_id"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 25.119543075561523, "source": "github.com/simon/datasette-psutil", "source_url": "https://github.com/simon/datasette-psutil"}