Skip to content

Commit 54e034f

Browse files
more ext. description and features docs refinements
1 parent 1fa7994 commit 54e034f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# 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.
33

44
![Data Preview](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/vscode-data-preview.png?raw=true
55
"Data Preview")
66

77
# Data Preview 🈸 Features
88

99
- 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`)
1111
- Basic Charts 📊 creation with Aggregate Functions, Row & Column Pivots
1212
- 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
1414
- 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
1818
- Dark & Light Data Preview Panel Themes
1919

2020
![Perspective Viewer](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/perspective-viewer.gif?raw=true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-data-preview",
33
"displayName": "Data Preview",
4-
"description": "Data Preview 🈸 extension for viewing 🔎 charting 📊 slicing & dicing large JSON array, Apache Arrow, Avro and Excel data files",
4+
"description": "Data Preview 🈸 extension for viewing 🔎 charting 📊 slicing 🔪 & dicing 🎲 large JSON array, Apache Arrow, Avro & Excel data files",
55
"version": "1.10.2",
66
"icon": "images/data-preview.png",
77
"publisher": "RandomFractalsInc",

0 commit comments

Comments
 (0)