QueryCase now has a full sandbox: upload your own CSV and query it in the browser
A couple weeks back I mentioned I was working on something for the sandbox on site. It's live now: you can drop in your own CSV (from Kaggle, your PC, wherever) and query it directly in the browser & create your own charts now 🎉
The bit I care most about: your file never leaves your browser, so the bytes go from the file picker straight into the tab's memory and vanish when you close it. Nothing is uploaded, nothing is stored on our end, nothing is logged
What you can do with it:
- Drop in a
.csv(20MB per file) and it becomes a queryable table straight away - Write whatever SQL you like against it, with a schema panel showing your columns and types
- Chart the result: pick your x and y, an aggregate, a series to split by, sort and limit
- Date columns get a grain toggle, so you can roll the same query up by day, month or year without rewriting it
- Export the chart as a PNG at 2x scale, good enough to drop into a slide or a post
- Export your result set as a CSV
There are also ready made datasets if you don't have anything to hand and just want to practise: IMDb, Spotify, NBA, Steam games, a crime dataset and a few others.
It's live at querycase.com/sandbox. Genuinely keen for feedback on the chart builder in particular, since that's the newest part and I've been staring at it too long to see it clearly. If it does something annoying, tell me and I'll fix it