MatteoCargnelutti
commited on
Commit
·
a16d063
1
Parent(s):
cd3f9ce
Update README.md
Browse files
README.md
CHANGED
@@ -49,6 +49,8 @@ Parquet has more limited support outside the Python and JVM ecosystems, however.
|
|
49 |
|
50 |
See: https://parquet.apache.org/
|
51 |
|
|
|
|
|
52 |
---
|
53 |
|
54 |
## File structure
|
@@ -59,6 +61,8 @@ Both of these datasets were exported by the same system based on [Apache Spark](
|
|
59 |
- **.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/).
|
60 |
- **Hidden `.crc` files**: These can be used to verify that the data transferred correctly and otherwise ignored.
|
61 |
|
|
|
|
|
62 |
---
|
63 |
|
64 |
## Data dictionary
|
@@ -94,3 +98,5 @@ Partial glossary of the fields in the data.
|
|
94 |
| `ocr` | Whether or not the opinion was captured via optical character recognition. |
|
95 |
| `court_short_name` | Short name of court presiding over case. |
|
96 |
| `court_full_name` | Full name of court presiding over case. |
|
|
|
|
|
|
49 |
|
50 |
See: https://parquet.apache.org/
|
51 |
|
52 |
+
[☝️ Go back to Summary](#summary)
|
53 |
+
|
54 |
---
|
55 |
|
56 |
## File structure
|
|
|
61 |
- **.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/).
|
62 |
- **Hidden `.crc` files**: These can be used to verify that the data transferred correctly and otherwise ignored.
|
63 |
|
64 |
+
[☝️ Go back to Summary](#summary)
|
65 |
+
|
66 |
---
|
67 |
|
68 |
## Data dictionary
|
|
|
98 |
| `ocr` | Whether or not the opinion was captured via optical character recognition. |
|
99 |
| `court_short_name` | Short name of court presiding over case. |
|
100 |
| `court_full_name` | Full name of court presiding over case. |
|
101 |
+
|
102 |
+
[☝️ Go back to Summary](#summary)
|