Skip to content

Commit 49b982e

Browse files
add tabular data perspective view example pic to docs (#90)
1 parent aad6776 commit 49b982e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

β€ŽREADME.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 v
3333
- Restore customized Table View πŸ€„ configuration on vscode reload
3434
- Copy displayed table data to Clipboard in tab delimited format from Tabulator Table View or in CSV format from Perspective View
3535
- Save displayed table data in `CSV` (`,` or `;` delimited), `TSV`, `HTML` table, or `JSON` data array format from Tabulator Table View
36-
- Save displayed data in [Apache Arrow β‹™](https://arrow.apache.org/) data from Perspective View
36+
- Save displayed data in [Apache Arrow β‹™](https://arrow.apache.org/) data format from Perspective View
3737
- Generate and view [Frictionless Table](https://specs.frictionlessdata.io/table-schema/) `*.schema.json` configration file created with [`tableschema-js.infer()`](https://github.com/frictionlessdata/tableschema-js#working-with-validateinfer)
3838
- Load saved table configuration options from auto-generated `*.table.json` config file when reopening previously customized Table View πŸ€„
3939
- Set default Data Page Size to 1K, 10K, or 100K (default) rows per page to speed up large datasets parsing and loading into Table View πŸ€„
4040

41+
![Data Perspective View δΈ­](https://github.com/RandomFractals/tabular-data-viewer/blob/main/docs/images/tabular-data-perspective-view.png?raw=true
42+
"Data Perspective View δΈ­")
43+
4144
# Limitations
4245

4346
Large CSV data files streaming and display is very alpha and has the following limitations for now:
Loading

0 commit comments

Comments
Β (0)