Convert CSV to Arrow.
Drop a CSV, get a typed Apache Arrow IPC file — columnar and ready for pandas, polars, DuckDB and the rest of the Arrow ecosystem. Runs entirely in your browser.
To convert CSV to Arrow, drop or paste a CSV file — csvtodashboard parses it into rows and columns in your browser, then emits a typed Apache Arrow IPC file. Each column is written with a real Arrow type, so pandas, polars and DuckDB read it back typed without re-parsing. Nothing is uploaded; the whole conversion runs on your device.