Data Explorer

A fast table with per-column profiling: type inference, missing counts, distinct values, quantiles, and a sparkline distribution for every numeric column.

Loading…

About this tool

The first thing anyone should do with a new dataset is look at it. This does the looking for you: it profiles every column, flags the ones with suspicious missingness, and lets you sort and filter a few thousand rows without waiting. Drop in your own CSV and it never leaves your machine.

Worth knowing

  • Start with the missing-value column. It tells you more about a dataset than the means do.
  • Type inference is a guess. If a column of IDs is being read as a number, that is exactly the bug this view exists to surface.
  • Your own CSV is parsed in the browser. There is no server on this site to send it to.