Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Hightable - inspect issue 113
|
2 |
+
|
3 |
+
A simple Parquet file to inspect https://github.com/hyparam/hightable/issues/113.
|
4 |
+
|
5 |
+
The Parquet file was converted from this CSV using [@cfahlgren1](https://huggingface.co/cfahlgren1)'s https://www.chatdb.ai/tools/csv-to-parquet-converter.
|
6 |
+
|
7 |
+
```csv
|
8 |
+
col1,col2
|
9 |
+
8,2
|
10 |
+
8,4
|
11 |
+
8,1
|
12 |
+
8,5
|
13 |
+
8,3
|
14 |
+
```
|