Skip to content

Commit 2239b54

Browse files
Add Parquet example data to new ParquetExamples directory (#113)
* Add Parquet example data to new ParquetExamples directory * Create README * Align table in README
1 parent 82cfc16 commit 2239b54

21 files changed

Lines changed: 67 additions & 0 deletions

ParquetExamples/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Parquet Example Data
2+
3+
Parquet data can be stored in many different ways - with or without metadata, in key-value partitioned directories, or in flat partitioned directories. This directory contains a simple dataset stored in all of these different formats. These are used to demonstrate Deephaven's ability to read various kinds of Parquet data.
4+
5+
6+
## The `grades` dataset
7+
8+
The `grades` dataset is a simple synthetic dataset used to demonstrate the various ways to store Parquet data. It looks like this:
9+
10+
| Name | Class | Test1 | Test2 |
11+
| ------ | ------- | ----- | ----- |
12+
| Ashley | Math | 92 | 94 |
13+
| Jeff | Math | 78 | 88 |
14+
| Rita | Math | 87 | 81 |
15+
| Zach | Math | 74 | 70 |
16+
| Ashley | Science | 87 | 91 |
17+
| Jeff | Science | 90 | 83 |
18+
| Rita | Science | 99 | 95 |
19+
| Zach | Science | 80 | 78 |
20+
| Ashley | History | 82 | 88 |
21+
| Jeff | History | 87 | 92 |
22+
| Rita | History | 84 | 85 |
23+
| Zach | History | 76 | 78 |
24+
25+
This dataset can be partitioned by `Name` or `Class` to demonstrate the different ways to store Parquet data.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:6a23df86aa58eddc82bc7a63fc2537bd35dc65e39a52d79b770fc6ce07fb29da
3+
size 895
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:dff29fd3149c8eba4009e86d7e5010b7ecb6b06039d54a94b57db8a6e5d1ad73
3+
size 824
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:aded0377864e705d861d08b3a159d6052320228cfb5c74429f9337b40192c9e2
3+
size 809
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4dc8110c70f99a64b281de27cd952b2f7d15c03644aebb269e36267df360399d
3+
size 824
443 Bytes
Binary file not shown.
1.56 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:dff29fd3149c8eba4009e86d7e5010b7ecb6b06039d54a94b57db8a6e5d1ad73
3+
size 824
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:aded0377864e705d861d08b3a159d6052320228cfb5c74429f9337b40192c9e2
3+
size 809
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4dc8110c70f99a64b281de27cd952b2f7d15c03644aebb269e36267df360399d
3+
size 824

0 commit comments

Comments
 (0)