severo HF Staff commited on
Commit
49aadbb
·
verified ·
1 Parent(s): cc6d60c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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
+ ```