Skip to content

alex/csv-to-parquet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-to-parquet

Does what it says on the tin: takes a CSV (well, actually right now it takes a TSV) and converts it to parquet.

Attempts to automatically detect which fields should be dictionary encoded, but otherwise all fields are strings.

Usage:

$ go run . /path/to/file.tsv
[logging]
$ # Now /path/to/file.parquet contains a parquet file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages