Skip to content
| Marketplace
Sign in
Visual Studio Code>Data Science>DataFrame ViewerNew to Visual Studio Code? Get it now.
DataFrame Viewer

DataFrame Viewer

Christof Kaufmann

|
48 installs
| (0) | Free
View tabular Jupyter variables and data files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DataFrame Viewer

View tabular Jupyter variables and data files.

DataFrame Viewer with default settings

Main Features

  • View data in a tabular grid with sticky index and column headers.
  • Sort with multiple keys.
  • Look at missing value ratios and the distribution plots (histogram or stacked bar).
  • Filter using Pandas' query syntax.
  • Quick filter data by clicking in the plots.
  • Colorize cells and graphs.

Usage

View Data

Load Jupyter variables, when executing a Jupyter notebook or a Python script with the interactive window. You need to grant kernel access once.

Load Jupyter variable with Data viewer

View variables in debug mode and open files. Note: Data types are not inferred from CSV or TSV files.

Left: Mouse pointing at "View Value in DataFrame Viewer" in debug variable context menu, right: mouse pointing at "Open in DataFrame Viewer" in CSV file context menu

Sort

Stable sort with multiple keys (last has priority).

Sort data using multiple columns

Stats

Missing value ratios and distribution plots.

Missing value bars and distribution plots

Filter

Filter data using Pandas' query syntax. Add filter expressions by clicking into the plots. Multiple filters are appended with Operator &.

Filter data by germany and last_census dates

Colorize

Colorize cells and histograms with columnwise or global vmin/vmax for numeric columns, optionally symmetrically centered around 0.

Colorize cells and histograms

Requirements

This extension requires:

  • Python with
    • Pandas
    • NumPy
    • Matplotlib (for colorize feature)
    • PyArrow (for *.parquet, *.feather import)
  • VS Code extensions
    • Python
    • Jupyter

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft