shshemi / tabiew

A lightweight TUI application to view and query tabular data files, such as CSV, TSV, or parquet.
MIT License
541 stars 14 forks source link

add update for parquet file #9

Closed vohai611 closed 3 months ago

vohai611 commented 3 months ago

Do you plan to support other file types? I try to write a naive patch that support parquet.

shshemi commented 3 months ago

Thank you kindly for your contribution. However, I left some comments that are worth taking a look at.

vohai611 commented 3 months ago

Thank for your reply, I just change Filetype to Format.

shshemi commented 3 months ago

Thank you for the update. I will merge it to the main branch.