- Does it handle huge CSVs?
- Streaming in the browser — tens of thousands of rows perform well. Millions of rows strain memory; for those use a streaming tool (DuckDB, csvkit).
- Sortable and filterable?
- Yes — click column header to sort, use the filter bar to narrow rows. Compound filters (AND across multiple columns) supported.
- Does it infer types?
- Yes — numeric columns sort numerically; date columns sort chronologically. Mixed-content columns fall back to string sort.
- Can I edit?
- Read-only viewer. For editing use a spreadsheet (Excel, Google Sheets) or a CSV-editing tool.