File size: 790 Bytes
4f45247
76edba0
3e7f6c6
65bb0cb
 
4f45247
 
 
 
 
76edba0
4f45247
52a8419
 
4f45247
52a8419
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: CSV - Parquet Convertors
emoji: 🦀🦀
colorFrom: purple
colorTo: green
sdk: gradio
sdk_version: 5.27.0
app_file: app.py
pinned: false
license: apache-2.0
short_description: DataFormat Converter
---
DataFormat Converter
Seamlessly convert between CSV and Parquet formats with just a few clicks

How It Works
1. Upload your CSV or Parquet file
2. Select the conversion direction
3. Choose encoding (or leave as auto-detect)
4. Click "Convert" and download your transformed file

Why Convert?
Parquet files offer significant advantages for data storage and analysis:

Smaller file size (up to 87% reduction)
Faster query performance
Column-oriented storage
Better compression
CSV files are useful for:

Universal compatibility
Human readability
Simple integration with many tools