home / kassab_analytics

Menu
  • Search all tables

Chain Steps

Ordered steps within each motion chain

Data license: Public court records

1 row where chain_id = "TCPA-1", filing_id = 15 and party = "Pohl"

This data as json, CSV (advanced)

Suggested facets: date (date)

party 1

  • Pohl · 1 ✖

chain_id 1

  • TCPA Motion to Dismiss · 1 ✖
Link chain_id step_number filing_id date description party
TCPA-1,8 TCPA Motion to Dismiss TCPA-1 8 15 15 2018-12-26 Pohl response to supp. TCPA Pohl

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE chain_steps (
    chain_id TEXT REFERENCES motion_chains(chain_id),
    step_number INTEGER,
    filing_id INTEGER REFERENCES filings(filing_id),
    date TEXT,
    description TEXT,
    party TEXT,
    PRIMARY KEY (chain_id, step_number)
);
Powered by Datasette · Queries took 7.413ms · Data license: Public court records