yokoha commited on
Commit
52a8419
·
verified ·
1 Parent(s): 4e21102

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -10,5 +10,24 @@ pinned: false
10
  license: apache-2.0
11
  short_description: DataFormat Converter
12
  ---
 
 
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: apache-2.0
11
  short_description: DataFormat Converter
12
  ---
13
+ DataFormat Converter
14
+ Seamlessly convert between CSV and Parquet formats with just a few clicks
15
 
16
+ How It Works
17
+ 1. Upload your CSV or Parquet file
18
+ 2. Select the conversion direction
19
+ 3. Choose encoding (or leave as auto-detect)
20
+ 4. Click "Convert" and download your transformed file
21
+
22
+ Why Convert?
23
+ Parquet files offer significant advantages for data storage and analysis:
24
+
25
+ Smaller file size (up to 87% reduction)
26
+ Faster query performance
27
+ Column-oriented storage
28
+ Better compression
29
+ CSV files are useful for:
30
+
31
+ Universal compatibility
32
+ Human readability
33
+ Simple integration with many tools