Skip to content

Explore data files

  • Open a project containing at least one data file (.csv, .tsv, .jsonl, or .parquet).
  • Ensure the file is readable from the project.
  1. Open a supported data file from File workspace.
  2. Wait for the data viewer to load metadata and first rows.
  3. Use the view toggle to switch between Table view and Code view.
  4. In table view, inspect rows and filter with Filter rows.
  5. In code view, inspect raw content.
  6. Repeat for another file format to compare behavior.
  7. .parquet currently routes to the data viewer but returns a placeholder error (Parquet support coming soon) instead of table parsing; treat it as recognized-but-not-yet-rendered.
  • .csv, .tsv, and .jsonl open in the data viewer and show rows.
  • You can switch between table and code views.
  • Filtering updates visible rows in table view.
  • If .parquet is unsupported in your build, the viewer reports the limitation instead of silently failing.
  • Viewer does not open
  • Confirm file extension is supported by the data viewer format map.
  • Rows fail to parse
  • Open code view and inspect malformed delimiters or JSON lines.
  • Data seems stale
  • Reload the file tab, then re-open it from the file tree.