Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Judge is not being assigned to RECAP dockets. #2819

Closed
albertisfu opened this issue Jun 13, 2023 · 11 comments
Closed

Judge is not being assigned to RECAP dockets. #2819

albertisfu opened this issue Jun 13, 2023 · 11 comments

Comments

@albertisfu
Copy link
Contributor

While investigating #2817, we discovered that some of the RECAP dockets provided in the sample do not have an assigned judge. However, looking at these dockets in PACER, the judge's information is available.

It appears that we're parsing the judge information for district and bankruptcy dockets, but for some reason, it is not being saved in the docket.

An example:

https://www.courtlistener.com/docket/38228028/linda-l-swilley/
https://ecf.ilsb.uscourts.gov/cgi-bin/DktRpt.pl?260496784257687-L_1_0-1

Screenshot 2023-06-13 at 12 19 33

@mlissner mlissner moved this to 📋 Backlog in @albertisfu's backlog Jun 16, 2023
@albertisfu albertisfu moved this from 📋 Backlog to 👀 In review in @albertisfu's backlog Jun 17, 2023
@mlissner
Copy link
Member

Hm, I see this is In Review?

@albertisfu albertisfu moved this from 👀 In review to 🏗 In progress in @albertisfu's backlog Jun 19, 2023
@albertisfu albertisfu moved this from 🏗 In progress to 📋 Backlog in @albertisfu's backlog Jun 19, 2023
@albertisfu albertisfu moved this to 📋 Backlog in @albertisfu's backlog Jun 19, 2023
@albertisfu
Copy link
Contributor Author

Oh, no sorry, I think it was a mistake while checking my backlog. This should be in the backlog column. I'll be working on it.

@albertisfu albertisfu moved this from 📋 Backlog to 🏗 In progress in @albertisfu's backlog Jun 22, 2023
@albertisfu
Copy link
Contributor Author

Ok, I've reviewed this and it seems that this is not related to a current parsing issue.

I examined some of the reported dockets, and after purchasing the docket in PACER, it displayed the assigned judge correctly:

https://www.courtlistener.com/docket/38228028/linda-l-swilley/
https://www.courtlistener.com/docket/67079107/kenneth-edward-walker/
https://www.courtlistener.com/docket/8036521/kevin-dion-jones/
https://www.courtlistener.com/docket/14624022/john-francis-wodecki/

The problem seems to be that the original source of these dockets was the RSS feed that doesn't contain the Judge's name.

Since this issue is not a bug on our end, it could be closed.

@albertisfu albertisfu moved this from 🏗 In progress to 👀 In review in @albertisfu's backlog Jun 22, 2023
@arharvard
Copy link

So just to make sure I understand, the judge name is not going to appear in the bulk data for this district?

@albertisfu
Copy link
Contributor Author

That's correct. These dockets won't show the judge's name until they are updated with a version that contains the judge's name. For instance, the dockets that I added in a comment above now include the judge's name. They will be shown in the next bulk data update.

Correct me if I'm wrong, @mlissner, but if we pull iQuery data as you mentioned in #2820, we could obtain all of these judges too, and clean up the docket number as well, right? Since iQuery pages contain the judge's name, correct?

@albertisfu
Copy link
Contributor Author

I just confirmed that the judge's name is available on scb iQuery pages. However, it's not parsed because it is displayed as Chief Judge instead of simply Judge. Therefore, I will apply a fix for this in Juriscraper.

@albertisfu albertisfu moved this from 👀 In review to 🏗 In progress in @albertisfu's backlog Jun 22, 2023
@albertisfu albertisfu moved this from 🏗 In progress to 👀 In review in @albertisfu's backlog Jun 23, 2023
@mlissner
Copy link
Member

Sounds like this is largely resolved going forward. The issue is that:

  1. Many of these dockets were only obtained via the RSS feed, which doesn't include the judge information.

  2. This court has an annoying customization of the iquery page we didn't notice before, which made it so we didn't get the data during our last bulk download of the iquery pages. This is fixed going forward via 2819 Fix insb and scb iquery pages parser juriscraper#693.

The fix for the existing data is to do a mass iquery download and merge, but unfortunately, we don't have plans to do that any time soon. We could do it as a paid engagement, but we have a lot of irons in the fire right now, so we can't prioritize an iquery download just to fix this one jurisdiction.

If this is something you'd like to discuss, @arharvard, let's get that conversation going via email. It shouldn't take a ton of work, but it may take some customization and monitoring. Sorry we don't have more resources to do more on this right now. We're really swamped, so we have to be a bit strategic in how we use our time. Happy to chat though.

@albertisfu, do you see anything more to do on this issue, or do you think we can close it?

@arharvard
Copy link

Thanks you for the help and information.
For the judge issue, I now see I may have not been clear in the original discussion. The issue is beyond SCB (which was an example in the original discussion). I see this repeat in the following courts, where after merging with FJC, at least 45% of judge names are missing (and for most over 90%):
alsb, arb, caeb, casb, ctb, dcb, hib, idb, ilnb, ilsb, ksb, mowb, ncmb, nebraskab, nhb, nynb, orb, paeb, prb, scb, txeb, utb, wiwb, wvnb.

@mlissner
Copy link
Member

Interesting. Looks like it affects a number of bankruptcy courts. That's good, in that it isn't just a one-off, but too bad, since the impact is greater than we realized. I agree that it'd be really nice to do a big crawl to bring in this data, but we still don't have the resources to do so, unfortunately. (Affecting more cases is a double-edged sword—it means the problem is a bigger priority, but it also means it will be more work to do so.)

Are you sure that's the exhaustive list, in case we do find time to look at this?

@arharvard
Copy link

Okay, thanks for letting me know.

These are the districts with the biggest issue, the rest have judge assigned to at least 85% of cases.
I do not mind sharing the full list of % missing judges in each district (for bankruptcy) if you would like.

@mlissner
Copy link
Member

No, that's OK. I think having this list will be enough if/when we choose to return to this, but realistically it'll probably be a while until this happens. It's not something we do on a regular basis, unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants