Skip to content

Commit dde0fa6

Browse files
added perspective lib info, supported charts and aggregate functions to readme.md
1 parent be1686e commit dde0fa6

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

README.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,55 @@
11
# vscode-data-preview
2-
[VSCode](https://github.com/Microsoft/vscode) Data Preview extension for viewing, slicing and dicing large csv, json array, arrow and parquet data files.
2+
[VSCode](https://github.com/Microsoft/vscode) Data Preview extension for viewing, slicing and dicing
3+
large `csv`, `json` array, `arrow` and `parquet` data files with [Perspective](https://perspective.finos.org/) - streaming analytics WebAssembly library.
34

45
![Alt text](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/vscode-data-preview.png?raw=true
56
"Data Preview")
67

78
# MVP Features
89

910
- CSV and JSON array data preview, sorting and filtering
11+
- Grid data summary display with aggregate functions, row and column pivots
12+
- Basic charts auto-gen from data with aggregate functions, row and column pivots
13+
14+
## Provided Chart Types
15+
16+
- Area Chart
17+
- Bar Chart
18+
- Heatmap
19+
- Line Chart
20+
- Scatter Chart
21+
- Sunburst
22+
- Tree Map
23+
24+
## Supported Aggregate Functions
25+
26+
- any
27+
- avg
28+
- count
29+
- distinct count
30+
- dominant
31+
- first by index
32+
- last by index
33+
- last
34+
- high
35+
- low
36+
- mean
37+
- mean by count
38+
- median
39+
- pct sum parent
40+
- pct sum grand total
41+
- sum
42+
- sum abs
43+
- sum not null
44+
- unique
45+
1046

1147
# Next V.
1248

1349
- Will include large data files support and [Apache Arrow](https://observablehq.com/@randomfractals/apache-arrow) data display and streaming.
1450

51+
- plus dark theme support. gotta have that! :)
52+
1553
# Dev Log
1654

1755
See [#DataPreview tag on Twitter](https://twitter.com/hashtag/datapreview?f=tweets&vertical=default&src=hash) for the latest and greatest updates on this vscode extension and what's in store next.
@@ -30,4 +68,4 @@ $ code .
3068

3169
Any and all test, code or feedback contributions are welcome.
3270

33-
Open an issue or create a pull request to make Vega Viewer work better for all.
71+
Open an issue or create a pull request to make this Data Preview extension work better for all.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-data-preview",
33
"displayName": "Data Preview",
44
"description": "Data Preview",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"publisher": "RandomFractalsInc",
77
"author": "Taras Novak",
88
"contributors": [

0 commit comments

Comments
 (0)