|
1 | 1 | # vscode-data-preview |
2 | | -[VSCode](https://github.com/Microsoft/vscode) Data Preview 🈸 extension for viewing 🔎 charting 📊 slicing & dicing large `.json` array, `.arrow`, `.avro`, `.csv/.tsv` & `.xlsx/.xlsm` data files with [Perspective](https://perspective.finos.org/) - streaming data analytics WebAssembly library. |
| 2 | +[VSCode](https://github.com/Microsoft/vscode) Data Preview 🈸 extension for viewing 🔎 charting 📊 slicing & dicing 🎲 large `.json` array, `.arrow`, `.avro`, `.csv/.tsv` & `.xlsx/.xlsm` data files with [Perspective](https://perspective.finos.org/) - streaming data analytics WebAssembly library. |
3 | 3 |
|
4 | 4 |  |
6 | 6 |
|
7 | 7 | # Data Preview 🈸 Features |
8 | 8 |
|
9 | 9 | - Preview `.json` array, `.arrow`, `.avro`, `.csv/.tsv` & `.xlsx/.xlsm` data files in a Data Grid with Sorting & Filtering |
10 | | -- Grid Data summary display with Aggregate Functions, Row & Column Pivots (a.k.a. `Group By` & `Split By`) |
| 10 | +- Grid Data Summary display with Aggregate Functions, Row & Column Pivots (a.k.a. `Group By` & `Split By`) |
11 | 11 | - Basic Charts 📊 creation with Aggregate Functions, Row & Column Pivots |
12 | 12 | - Pluggable Charting 📊 libraries for stock Charts: [highcharts](https://www.highcharts.com/demo) || [d3fc](https://d3fc.io/) |
13 | | -- Persistent Data Preview Settings (Sort, Filter, Pivots, etc.) for restore of open panels on vscode Reload |
| 13 | +- Persistent Data Preview Settings (View, Sort, Filter, Pivots, etc.) for restore of open panels on vscode Reload |
14 | 14 | - Mulptiple Spreadsheets Data Preview for `Excel` data files |
15 | | -- Arrow & Avro `.schema.json` generation & `Excel` data files `.json` data generation for text data previews |
16 | | -- Filtered data `.json` & `.csv` Save file options |
17 | | -- Save & Load data view `.config` options |
| 15 | +- Arrow & Avro `.schema.json` generation & `Excel` data files `.json` data generation for Text Data Previews |
| 16 | +- Filtered Data `.json` & `.csv` Save file options |
| 17 | +- Save & Load Data View `.config` options |
18 | 18 | - Dark & Light Data Preview Panel Themes |
19 | 19 |
|
20 | 20 | ![Perspective Viewer](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/perspective-viewer.gif?raw=true |
|
0 commit comments