Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,35 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: serial_number
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
+
pretty_name: IndicSupremeCourtRulings
|
| 4 |
+
tags:
|
| 5 |
+
- law
|
| 6 |
+
- legal
|
| 7 |
+
- india
|
| 8 |
+
- supreme-court
|
| 9 |
+
license: other
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# IndicSupremeCourtRulings
|
| 13 |
+
|
| 14 |
+
## Overview
|
| 15 |
+
**IndicSupremeCourtRulings** is a structured metadata dataset of Supreme Court of India judgments, organized by year and month-range. Each row corresponds to a judgment metadata record and includes a link to the original judgment PDF.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
The metadata in this dataset was collected from the official Supreme Court of India website and associated endpoints. This dataset **does not redistribute the PDF files** unless they are already present locally in `judgment_pdf_path`. The canonical source for each judgment is the `judgment_url`.
|
| 19 |
+
|
| 20 |
+
## Important: Legal/Policy Compliance (India)
|
| 21 |
+
By using this dataset, **you agree to comply with all applicable Indian laws and regulations** governing access, use, reproduction, and redistribution of judicial materials and any associated documents.
|
| 22 |
+
You are solely responsible for ensuring that your use of the dataset (including any downloading, copying, processing, or redistribution of judgment PDFs) is lawful in your jurisdiction and under Indian law.
|
| 23 |
+
|
| 24 |
+
## Dataset Structure
|
| 25 |
+
- **Unit of observation:** one metadata record per judgment
|
| 26 |
+
- **Key fields:** `case_number`, `diary_number`, `petitioner_respondent`, `bench`, `judgment_url`, `date_from`, `date_to`
|
| 27 |
+
|
| 28 |
+
## Fields
|
| 29 |
+
See `dataset_info` below for the full schema.
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
dataset_info:
|
| 34 |
features:
|
| 35 |
- name: serial_number
|