Skip to content

Commit

Permalink
#24 updated docs for mutliple spreadsheets data preview release
Browse files Browse the repository at this point in the history
+ updated demo global sales by category test data config file
  • Loading branch information
RandomFractals committed Jun 12, 2019
1 parent 00f1a8d commit 6cc4808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ large `.csv/.tsv`, `.xlsx/.xlsm`, `.json` array, `.arrow`, `.avro` & `.parquet`
- 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
- Mulptiple Spreadsheets Data Preview for `Excel` data files
- 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
- Save and Load data view `.config` options
- Dark & Light Data Preview Panel Themes

![Perspective Viewer](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/perspective-viewer.gif?raw=true
Expand Down
5 changes: 2 additions & 3 deletions data/Demographics-GlobalSales-by-category.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"config": {
"aggregates": "{\"Address\":\"count\",\"Category\":\"count\",\"City\":\"count\",\"Country\":\"count\",\"Distributor\":\"count\",\"Item Type\":\"count\",\"Path\":\"count\",\"Product\":\"count\",\"Sales Person\":\"count\",\"State\":\"count\",\"Order Date\":\"count\",\"Total Amount\":\"sum\",\"Postal Code\":\"sum\"}",
"class": "dragging",
"column-pivots": "[]",
"columns": "[\"Address\",\"City\",\"Country\",\"Distributor\",\"Item Type\",\"Order Date\",\"Path\",\"Postal Code\",\"Product\",\"Sales Person\",\"Total Amount\",\"State\"]",
"columns": "[\"Birth Date\",\"Date First Purchase\",\"Education\",\"Gender\",\"Home Owner Flag\",\"Marital Status\",\"Number Cars Owned\",\"Number Children At Home\",\"Occupation\",\"Total Children\",\"Total Purchase YTD\",\"Yearly Income\"]",
"filters": "[]",
"row-pivots": "[\"Category\"]",
"row-pivots": "[]",
"settings": "true",
"sort": "[[\"Category\",\"asc\"]]",
"view": "grid"
Expand Down

0 comments on commit 6cc4808

Please sign in to comment.