Skip to content

Commit

Permalink
updated MVP Features list section in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Jun 10, 2019
1 parent d93a017 commit 43a192f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ large `.csv/.tsv`, `.xlsx/.xlsm`, `.json` array, `.arrow`, `.avro` & `.parquet`

# Data Preview 🈸 MVP Features

- `.csv/.tsv`, `.xlsc/.xlsm`, `.json` array, `Arrow` & `Avro` data files Preview, Sorting & Filtering
- `.csv/.tsv`, `.xlsc/.xlsm`, `.json` array, `.arrow` & `.avro` data files Preview, Sorting & Filtering
- Grid Data summary display with Aggregate Functions, Row & Column Pivots (a.k.a. `Group By` & `Split By`)
- Basic Charts auto-gen from data with Aggregate Functions, Row & Column Pivots
- Basic Data Charts creation with Aggregate Functions, Row & Column Pivots
- Pluggable Data Charting libraries for stock Charts: [highcharts](https://www.highcharts.com/demo) || [d3fc](https://d3fc.io/)
- Persistent Data Preview Settings (Sort, Filter, Pivots, etc.) for restore of open panels on vscode Reload
- Arrow & Avro `.schema.json` generation & binary `Excel` data files `.json` data generation for text data preview
- Filtered data `.json` & `.csv` Save file options
- Save and Load data view config options
- Dark & Light Data Preview Panel Themes
- Persistent Data Preview Settings (Sort, Filter, Pivots, etc.) for restore on vscode Reload
- `Excel` data files, `.avro` & `.arrow` data `.json` & `.schema.json` files auto-gen on the 1st Data Preview run
- Filtered data `.json` & `.csv` Save file options.
- Save and Load data view config options.

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

0 comments on commit 43a192f

Please sign in to comment.