home / kassab_analytics

Menu
  • Search all tables

Chain Steps

Ordered steps within each motion chain

Data license: Public court records

5 rows where chain_id = "MSJ-2R"

This data as json, CSV (advanced)

Suggested facets: date (date)

party 2

  • Kassab 3
  • Pohl 2

chain_id 1

  • Reconsideration Motions · 5 ✖
Link chain_id step_number filing_id date description party
MSJ-2R,1 Reconsideration Motions MSJ-2R 1 48 48 2023-01-04 Mtn to reconsider no-evid MSJ Kassab
MSJ-2R,2 Reconsideration Motions MSJ-2R 2 49 49 2023-02-23 Mtn to reconsider or rule Kassab
MSJ-2R,3 Reconsideration Motions MSJ-2R 3 52 52 2023-03-08 Pohl response to reconsider/rule Pohl
MSJ-2R,4 Reconsideration Motions MSJ-2R 4 53 53 2023-03-14 Pohl response to mtn to rule Pohl
MSJ-2R,5 Reconsideration Motions MSJ-2R 5 54 54 2023-03-15 Kassab reply ISO mtn to rule Kassab

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 8.885ms · Data license: Public court records