Show: Colvert a DuckDB frontend using Plotly

Hello,

I wanted to share with you a small project I worked on. In my day-to-day life, I often need to manipulate large CSV files, and DuckDB is very good for that. But I wanted to get a smother experience with graphic support and very fast feedback loops.

I wrote this Python UX:

The result is refreshed as you type.

With support of Plotly graph:

You can see a demo here:

I want to give a huge thanks to the Plotly community it’s a real pleasure to work with it.

2 Likes

Nice creation, @jduponchelle . Thanks for sharing, and welcome to the Plotly community.

Could I pipx install colvert and use this with any CSV I have?

Yes

colvert open yourawesomefile.csv

Will start colvert and open a browser.

1 Like