leoliu0 / filetopq

convert files to parquet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filetopq - A simple utility to convert files to parquet, supported csv, tsv, json, Stata, SAS

Installation

clone this repo

git clone https://github.com/leoliu0/filetopq.git
cd filetopq
python setup.py install --user

Usage

filetopq xxx.csv

This will create xxx.pq as the parquet file

About

convert files to parquet

License:GNU General Public License v3.0


Languages

Language:Python 100.0%