Munquet 0.2.1 just landed on Flathub 🚀

Fixed a small race condition when canceling a conversion — turns out the process could finish right before you clicked “Yes” 😅

Two lines later… all good.

https://flathub.org/en/apps/io.gitlab.zulfian1732.munquet

#Flatpak #GTK4 #OpenSource #Parquet #DataScience #Linux #Python #PyArrow

Install Munquet on Linux | Flathub

Convert to Parquet

@zulfian Thanks for providing this application to my desktop! I'm a fan of #Parquet and #Iceberg/#Delta, and the possibilities these formats give with e.g. schema compared to CSV/TSV. Anyways, I have your first issue here: https://gitlab.com/zulfian1732/munquet/-/issues/1 - if you need help, just let me know, and we'll see what we can do together.
Ignore comments in CSV/TSV files by default (#1) · Issues · Zulfian / munquet · GitLab

After importing a CSV/TSV, which has comments in the first rows marked with #, Munquet tries to use these comments as column headers. Consider providing an option or...

GitLab

@jirigronroos Thanks again for the feedback and for opening the issue.

I’ve replied on GitLab with some details about the design approach — Munquet keeps headers transparent and lets users edit them explicitly before conversion.

Happy to continue the discussion there!