Skip to content

Commit 717b17f

Browse files
add tabular data packages section, pic, and line item to features list in docs (#102 & #110)
1 parent 3ff383e commit 717b17f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

‎README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 v
2525

2626
- View large [`CSV`](https://en.wikipedia.org/wiki/Comma-separated_values) and [`TSV`](https://en.wikipedia.org/wiki/Tab-separated_values) data files in a custom [Tabulator](http://tabulator.info/) Table or [Perspective](https://perspective.finos.org) Data View 🀄
2727
- Open local `file:///` or remote `https://` Data File Table View 🀄 with quick Data File URL input prompt
28+
- Explore over 750 public datasets from the curated list of https://frictionlessdata.io/ Data Package 📦 JSON configs with Tabular Data Resources, and Table Views 🀄 to search, view, and graph in Chart Views 📊 📈
2829
- Load large datasets with millions of rows and over 1GB of tabular data using [Papa Parse](https://www.papaparse.com/) CSV parser in a worker thread with data streaming and incremental loading into Table View 🀄
2930
- View data loading progress, local data file size, colulmns, rows and load time stats display in vscode status bar
3031
- Sort displayed table data by multiple columns
@@ -154,6 +155,13 @@ For example, the following `vscode://` Url will display Table View 🀄 for the
154155
vscode://RandomFractalsInc.tabular-data-viewer/viewTable#https://raw.githubusercontent.com/datasets/world-cities/master/data/world-cities.csv
155156
```
156157

158+
# Data Packages
159+
160+
Tabular Data Viewer 中 v1.8.0 and above ships with alpha support of https://frictionlessdata.io/ Data Package 📦 JSON format and over 750 built-in curated public datasets with Tabular Data 中 Resources for you to search and explore:
161+
162+
![Tabular Data 中 Packages 📦 ](https://github.com/RandomFractals/tabular-data-viewer/blob/main/docs/images/tabular-data-commands.png?raw=true
163+
"Tabular Data 中 Packages 📦")
164+
157165
# Observable JS Notebook
158166

159167
You can try [Tabular Data Viewer 🀄 Observable Notebook 📓](https://observablehq.com/@randomfractals/tabular-data-viewer) with public datasets and supported data formats in a browser:
270 KB
Loading

0 commit comments

Comments
 (0)