My vscode Data Preview πΈ extension just hit 24K installs & closing in on 140K downloads in VS marketplace, beating Azure data crew tools & taking that #1 spot :)
Share it with your devs & take it for a spin!
π this intro post:
π’ #1 Visual Studio Code Data Preview πΈ
dataPixy π§ββοΈ γ» Nov 8 '19 γ» 2 min read
& most recent update on that versatile data tool for vscode devs:
π’ VSCode Data Preview πΈ November 2019 Update
dataPixy π§ββοΈ γ» Nov 14 '19 γ» 1 min read
Supported Text & Binary Data Formats ;)
Note: .json .config & .yml configuration files that don't contain array data are converted to flat properties key/value pairs Object and displayed in a Property Grid Data View mode. See json.utils.ts for more info.
See Data Manager API & src/data.providers folder for data loading and saving imlementation details.
Provided Chart π Types
- Area Chart
- Bar Chart
- Candlesick Chart (
d3fconly)) - Heatmap
- Line Chart
- OHLC Chart (
d3fconly) - Scatter Chart
- Sunburst
- Tree Map
Supported Filter Functions
-
<, <=, ==, !=, >, >=for dates and number columns/fields -
==, !=, contains, in, not in, begins with, ends withfor string fields and dictionaries -
&, |, and, or, ==, !=for bolean fields
Supported Aggregate Functions
- any
- avg
- count
- distinct count
- dominant
- first by index
- last by index
- last
- high
- low
- mean
- mean by count
- median
- pct sum parent
- pct sum grand total
- sum
- sum abs
- sum not null
- unique
Recommended VSCode Extensions
Other extensions Data Preview πΈ replaces, enhances or supplements for working with supported data file formats in VSCode:
| Extension | Description |
|---|---|
| Excel Viewer | View Excel spreadsheets and CSV files |
| Avro Viewer |
.avro file viewer |
| avro-idl | Avro IDL Syntax Highlighter |
| DotENV |
.env Syntax Highlighter |
| Ini for VSCode | Provides outline view and section folding for INI files |
| Hjson | Hjson language syntax support |
| JSON5 syntax | Adds syntax highlighting of JSON5 files |
| NDJSON Colorizer | Colorizes NDJSON (Newline Delimited JSON) files |
| YAML | YAML Language Support by Red Hat, with built-in Kubernetes and Kedge syntax support |
| docs-yaml | YAML schema validation and auto-completion for docs.microsoft.com authoring |
| YAML to JSON | Convert YAML from clipboard or current document/selection to JSON and vice versa |
| Properties To Yaml | Convert properties to yaml |
| Markdown Table Prettifier | Transforms markdown tables to be more readable |
Dev Log
See #DataPreview πΈ tag on Twitter for the latest and greatest updates on this vscode extension and what's in store next.


Top comments (1)
dev discuss it here || on twitter :)
...