tad
tad copied to clipboard
Feature request: `tad` as VS Code extension
Hi,
I really appreciate the effort you put into creating the tad
.
Personally, I find it very useful to preview the data, especially in the parquet
format that is a binary format.
For all my data analysis I use VS Code so I either use pandas/polars to preview parquet files in separate jupyter notebook, or have to open tad
on side. This workflow is far from optimal.
It got me thinking, since VS Code is shipped in electron and it's extensions are written in TS/JS maybe it's feasible to create a VS Code extension that runs tad
?
What do you think, has this approach been explored in the past?
Context:
- Right now VS Code lacks good and reliable previewer for parquet files.
- Apache Arrow grows stronger and stronger with duckdb working seamlessly with arrow files, pandas 2.0 supporting use of pyarrow instead of numpy as backend, polars (build directly around arrow) gaining popularity and traction.
- Adding
tad
to VS Code might greatly enhance adoption oftad
.
Unfortunately I don't have any TS knowledge so I can't explore this further.