MatteoCargnelutti
commited on
Commit
·
79a7034
1
Parent(s):
d0d248c
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ Prepared by the [Harvard Library Innovation Lab](https://lil.law.harvard.edu) in
|
|
42 |
- [Data nutrition label](https://datanutrition.org/labels/v3/?id=c29976b2-858c-4f4e-b7d0-c8ef12ce7dbe) (DRAFT). ([Archive](https://perma.cc/YV5P-B8JL)).
|
43 |
- [Pipeline source code](https://github.com/harvard-lil/cold-cases-export)
|
44 |
|
45 |
-
|
46 |
- [Formats](#formats)
|
47 |
- [File structure](#file-structure)
|
48 |
- [Data dictionary](#data-dictionary)
|
@@ -70,7 +70,7 @@ Parquet has more limited support outside the Python and JVM ecosystems, however.
|
|
70 |
|
71 |
See: https://parquet.apache.org/
|
72 |
|
73 |
-
[☝️ Go back to Summary](#
|
74 |
|
75 |
---
|
76 |
|
@@ -82,7 +82,7 @@ Both of these datasets were exported by the same system based on [Apache Spark](
|
|
82 |
- **.json.gz or .gz.parquet**: Each of these is a slice of the full dataset, encoded in JSON-L or Parquet, and compressed with [GZip](https://www.gnu.org/software/gzip/).
|
83 |
- **Hidden `.crc` files**: These can be used to verify that the data transferred correctly and otherwise ignored.
|
84 |
|
85 |
-
[☝️ Go back to Summary](#
|
86 |
|
87 |
---
|
88 |
|
@@ -120,7 +120,7 @@ Partial glossary of the fields in the data.
|
|
120 |
| `opinions.opinion_text` | Actual full text of the opinion. |
|
121 |
| `opinions.ocr` | Whether the opinion was captured via optical character recognition or born-digital text. |
|
122 |
|
123 |
-
[☝️ Go back to Summary](#
|
124 |
|
125 |
## Notes on appropriate use
|
126 |
|
@@ -136,4 +136,6 @@ When using this data, please keep in mind:
|
|
136 |
the skill typically provided by lawyers -- rather than simple data retrieval.
|
137 |
|
138 |
To mitigate privacy risks, we have filtered out cases [blocked or deindexed by CourtListener](https://www.courtlistener.com/terms/#removal). Researchers who
|
139 |
-
require access to the full dataset without that filter may rerun our pipeline on CourtListener's raw data.
|
|
|
|
|
|
42 |
- [Data nutrition label](https://datanutrition.org/labels/v3/?id=c29976b2-858c-4f4e-b7d0-c8ef12ce7dbe) (DRAFT). ([Archive](https://perma.cc/YV5P-B8JL)).
|
43 |
- [Pipeline source code](https://github.com/harvard-lil/cold-cases-export)
|
44 |
|
45 |
+
## Table of Contents
|
46 |
- [Formats](#formats)
|
47 |
- [File structure](#file-structure)
|
48 |
- [Data dictionary](#data-dictionary)
|
|
|
70 |
|
71 |
See: https://parquet.apache.org/
|
72 |
|
73 |
+
[☝️ Go back to Summary](#table-of-contents)
|
74 |
|
75 |
---
|
76 |
|
|
|
82 |
- **.json.gz or .gz.parquet**: Each of these is a slice of the full dataset, encoded in JSON-L or Parquet, and compressed with [GZip](https://www.gnu.org/software/gzip/).
|
83 |
- **Hidden `.crc` files**: These can be used to verify that the data transferred correctly and otherwise ignored.
|
84 |
|
85 |
+
[☝️ Go back to Summary](#table-of-contents)
|
86 |
|
87 |
---
|
88 |
|
|
|
120 |
| `opinions.opinion_text` | Actual full text of the opinion. |
|
121 |
| `opinions.ocr` | Whether the opinion was captured via optical character recognition or born-digital text. |
|
122 |
|
123 |
+
[☝️ Go back to Summary](#table-of-contents)
|
124 |
|
125 |
## Notes on appropriate use
|
126 |
|
|
|
136 |
the skill typically provided by lawyers -- rather than simple data retrieval.
|
137 |
|
138 |
To mitigate privacy risks, we have filtered out cases [blocked or deindexed by CourtListener](https://www.courtlistener.com/terms/#removal). Researchers who
|
139 |
+
require access to the full dataset without that filter may rerun our pipeline on CourtListener's raw data.
|
140 |
+
|
141 |
+
[☝️ Go back to Summary](#table-of-contents)
|