-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Parquet example data to new ParquetExamples directory (#113)
* Add Parquet example data to new ParquetExamples directory * Create README * Align table in README
- Loading branch information
1 parent
82cfc16
commit 2239b54
Showing
21 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Parquet Example Data | ||
|
||
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. | ||
|
||
|
||
## The `grades` dataset | ||
|
||
The `grades` dataset is a simple synthetic dataset used to demonstrate the various ways to store Parquet data. It looks like this: | ||
|
||
| Name | Class | Test1 | Test2 | | ||
| ------ | ------- | ----- | ----- | | ||
| Ashley | Math | 92 | 94 | | ||
| Jeff | Math | 78 | 88 | | ||
| Rita | Math | 87 | 81 | | ||
| Zach | Math | 74 | 70 | | ||
| Ashley | Science | 87 | 91 | | ||
| Jeff | Science | 90 | 83 | | ||
| Rita | Science | 99 | 95 | | ||
| Zach | Science | 80 | 78 | | ||
| Ashley | History | 82 | 88 | | ||
| Jeff | History | 87 | 92 | | ||
| Rita | History | 84 | 85 | | ||
| Zach | History | 76 | 78 | | ||
|
||
This dataset can be partitioned by `Name` or `Class` to demonstrate the different ways to store Parquet data. |
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Binary file not shown.
Binary file not shown.
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
ParquetExamples/grades_kv/Class=History/ed46a4e1-7850-4438-81b7-ffadbf073963.parquet
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
ParquetExamples/grades_kv/Class=Math/c8efb6d3-42ae-4266-b7db-87b74422b4ce.parquet
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
ParquetExamples/grades_kv/Class=Science/a64381ab-d94d-43e1-b556-d37568c12d7c.parquet
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
ParquetExamples/grades_kv_meta/Class=History/173a3467-4fb4-4029-9648-6a3af7ff6b9e.parquet
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
ParquetExamples/grades_kv_meta/Class=Math/e0b4be1c-4a77-431d-bd0d-7749c1b1d7d0.parquet
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
ParquetExamples/grades_kv_meta/Class=Science/1925e0e5-1796-407c-bf46-bc99caf7e53f.parquet
Git LFS file not shown
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Git LFS file not shown