home / kassab_analytics

Menu
  • Search all tables

Court Rulings

6 court rulings with reasoning and standards applied

Data license: Public court records

1 row where filing_id = 56

This data as json, CSV (advanced)

ruling_id ▼ filing_id outcome reasoning standard_applied
5 56 56 Granted Plaintiffs either did not object to the designation or the Court found Plaintiffs' objection to be without merit Tex. Civ. Prac. & Rem. Code § 33.004(f) — Court shall grant leave to designate unless objecting party establishes defendant did not plead sufficient facts

Advanced export

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

CSV options:

CREATE TABLE rulings (
    ruling_id INTEGER PRIMARY KEY AUTOINCREMENT,
    filing_id INTEGER REFERENCES filings(filing_id),
    outcome TEXT,
    reasoning TEXT,
    standard_applied TEXT
);
Powered by Datasette · Queries took 3.712ms · Data license: Public court records