home / kassab_analytics

Menu
  • Search all tables

Case Citations

999 case law citations with propositions — what each case was cited for

Data license: Public court records

2 rows where filing_id = 52

This data as json, CSV (advanced)

cited_by 1

  • Pohl 2
citation_id ▼ filing_id case_name citation court year proposition cited_by
629 52 52 In re CSX Corp. 124 S.W.3d 149, 152 Tex. 2003 Scope of discovery is within the trial court's discretion Pohl
630 52 52 In re State Farm Lloyds 520 S.W.3d 595, 599 Tex. 2017 Discovery rules imbue trial courts with the authority to limit discovery based on the needs and circumstances of the case Pohl

Advanced export

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

CSV options:

CREATE TABLE citations (
    citation_id INTEGER PRIMARY KEY AUTOINCREMENT,
    filing_id INTEGER REFERENCES filings(filing_id),
    case_name TEXT,
    citation TEXT,
    court TEXT,
    year INTEGER,
    proposition TEXT,
    cited_by TEXT
);
Powered by Datasette · Queries took 8.592ms · Data license: Public court records