Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export pheval TSV results as zstd compressed parquet #385

Open
julesjacobsen opened this issue Jan 17, 2025 · 0 comments
Open

Export pheval TSV results as zstd compressed parquet #385

julesjacobsen opened this issue Jan 17, 2025 · 0 comments

Comments

@julesjacobsen
Copy link
Contributor

This could save a significant amount of disc space:

ll nan_individualII5-pheval_gene_result.*
-rw-rw-r-- 1 jules jules  739906 Jan 17 11:37 nan_individualII5-pheval_gene_result.parquet
-rw-rw-r-- 1 jules jules  453984 Jan 17 11:24 nan_individualII5-pheval_gene_result.parquet.zstd
-rw-r--r-- 1 jules jules 4388133 Jan 10 16:26 nan_individualII5-pheval_gene_result.tsv

Write the results using polars dataframe -> (zstd) parquet

This is also super-easy to read during the benchmarking phase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant