Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.96 KB

File metadata and controls

67 lines (49 loc) · 2.96 KB

Leaderboard

Districts screened, cases processed, violations found. Updated as results come in.

How to Get On the Board

Run the practice report on your district's PACER data and post your results:

# Screen every attorney in your CSV directory + generate leaderboard entry
python practice_report.py --data-dir ./csv-exports --all --by-district --leaderboard --username YOUR_USERNAME

# Or just the quick one-liner table
python practice_report.py --data-dir ./csv-exports --all --oneline

The --leaderboard flag generates a paste-ready submission block. Copy the output and:

  • Post it as a comment in the Reddit thread, or
  • Open a GitHub issue with the title Screening results: [DISTRICT], or
  • Submit via the Google Form

See the volunteer guide for step-by-step instructions on pulling PACER CSVs.

Districts Screened

# District Cases Screened Ch.13 f(1) Hits f(2) Hits Hit Rate Dismissal % Screened By
1 ??-?? 56,563 , 355 112 0.83% , @ilikemath9999
2 ??-?? , , , , , , @ilikemath9999

Two seed districts. Your district goes next.

Hall of Fame

Record Value Holder Date
Most cases screened (single district) 56,563 @ilikemath9999 2026-03
Most districts screened 2 @ilikemath9999 2026-03
Highest district hit rate 0.83% @ilikemath9999 2026-03
Shortest gap found (days) 1 @ilikemath9999 2026-03
Most attorneys profiled in one run , unclaimed ,
Highest dismissal rate (50+ cases) , unclaimed ,
Most repeat debtors, single attorney , unclaimed ,
First volunteer submission , unclaimed ,
First new district screened , unclaimed ,
First 100K+ case screen , unclaimed ,
First district with 0 hits , unclaimed ,
First cross-district comparison , unclaimed ,

What Gets Tracked

Every submission adds to the national picture:

  • District hit rate, how many 1328(f) violations per 1,000 Ch. 13 filings
  • Dismissal rate, what percentage of Ch. 13 cases end in dismissal (not discharge)
  • Concentration, whether hits cluster around a few attorneys or spread evenly
  • Duration, how fast cases die (median days to dismissal)

We're looking for patterns, not individuals. The leaderboard is about districts and numbers. No debtor names ever appear here.

Rules

  1. All results verified before posting. If something looks off, we'll ask you to double-check.
  2. No debtor names on the board, districts, numbers, and usernames only.
  3. Attorney names are public record (they're on federal court filings). They may appear in detailed reports.
  4. Multiple submissions from the same district are welcome, more data is better.
  5. If you find a district with 0 hits, that's still valuable data. Post it.