Replies: 1 comment 1 reply
-
It looks like the FJC data associated with 14511105 was mismatched. I just removed it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It looks like I have found two seemingly similar docket cases but have different information. Or perhaps I misunderstood the data. I use two tables,
dockets-2025-04-30.csv
andfjc-integrated-database-2025-04-30.csv
. I have two examples of two docket IDs from thedockets
table:14511105
and6491877
.These docket IDs have the same
case_name
,docket_number
,court_id
,assigned_to_id
,date_filed
,date_terminated
,nature_of_suit
, anddocket_number_core
. However, the information from the FJC database contains different values from thejudgment
field. However, Docket ID14511105
hasjudgment == 0
, while docket ID6491877
hasjudgment == 1
.Here's how the table looks like:
Additionally, in docket ID
14511105
, there is a discrepancy between values in these table and information being presented on the website. In the table, the plaintiff isBRANCH, ET AL
and the defendant isCOMMISSIONER OF SOCIAL SECURIT
. However, the on Court Listener website, the plaintiff isFinancial Information Technologies, LLC
, and the defendant isiControl Systems, USA, LLC
. These are similar to information in docket ID6491877
(both in the table and the Court Listener's website).My questions:
14511105
?14511105
and6491877
actually two different dockets?Thank you.
Best,
Lukman
Beta Was this translation helpful? Give feedback.
All reactions