home / ny_local_rules

Rule Documents

Part rules PDFs — one per judge or court-level rule document

Data license: Government edicts — not subject to copyright · Data source: nycourts.gov

2 rows where judge_id = "NY-COMDIV-SCHECTER" and judicial_district = 1

✎ View and edit SQL

This data as json, CSV (advanced)

doc_type 2

  • confidentiality_stipulation 1
  • part_rules 1

judicial_district 1

  • 1 · 2 ✖

extraction_quality 1

  • high 2

county 1

  • New York 2
doc_id ▼ judge_id source_file source_pdf_path source_url hosted_url judicial_district county court_type doc_type title date summary extraction_quality page_count word_count provision_count
179 NY-COMDIV-SCHECTER         1 New York supreme confidentiality_stipulation Stipulation for the Exchange of Confidential Information – Part 54   Standard form stipulation and protective order for the exchange of confidential information in Commercial Division Part 54 matters. Governs designation, handling, use, and challenging of 'Confidential Information' including trade secrets, proprietary business information, and competitively sensitive information produced during discovery. high 0 0 3
190 NY-COMDIV-SCHECTER         1 New York supreme part_rules Part 54 Rules – Hon. Jennifer G. Schecter (revised June 21, 2021)   Practice rules for Commercial Division Part 54 under Hon. Jennifer G. Schecter. Covers general rules (Commercial Division Rules compliance; case assignment; ex parte prohibition), electronic filing (mandatory NYSCEF; OCR-searchable PDFs; limited hard copies only on court direction), communications with the court (scheduling via Part Clerk; adjournment procedure requires court permission with at least two business days' advance notice; submission of Word versions for court signature), pro hac vice admissions, discovery and motions, and settlement notification. high 0 0 4

Advanced export

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

CSV options:

CREATE TABLE documents (
    doc_id INTEGER PRIMARY KEY AUTOINCREMENT,
    judge_id TEXT REFERENCES judges(judge_id),
    source_file TEXT,
    source_pdf_path TEXT,
    source_url TEXT,
    hosted_url TEXT,
    judicial_district INTEGER,
    county TEXT,
    court_type TEXT DEFAULT 'supreme',
    doc_type TEXT DEFAULT 'part_rules',
    title TEXT,
    date TEXT,
    summary TEXT,
    extraction_quality TEXT DEFAULT 'medium',
    page_count INTEGER,
    word_count INTEGER,
    provision_count INTEGER DEFAULT 0
);
Powered by Datasette · Queries took 35.194ms · Data license: Government edicts — not subject to copyright · Data source: nycourts.gov