Skip to content

Commit 000053c

Browse files
add perspective logo pic and view info to intro in docs (#90)
1 parent 1df79d3 commit 000053c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

β€ŽREADME.mdβ€Ž

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

1818
# Tabular Data Viewer δΈ­
1919

20-
[Tabular Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer) provides fast [`DSV`](https://en.wikipedia.org/wiki/Delimiter-separated_values) data loading and custom Table View πŸ€„ display for very large (1-8 GB) `.csv`, `.tsv` and `.tab` data files via <a title="Tabulator" href="http://tabulator.info"><img width="95" height="20" src="docs/images/tabulator.png" /></a> table and [Papa Parse](https://www.papaparse.com/) CSV parser with [NodeJS File Streams](https://nodejs.dev/learn/nodejs-streams) and [Worker threads](https://nodejs.org/api/worker_threads.html):
20+
[Tabular Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer) provides fast [`DSV`](https://en.wikipedia.org/wiki/Delimiter-separated_values) data loading and custom Table Views πŸ€„ for very large (1-8 GB) `.csv`, `.tsv` and `.tab` data files with <a title="Tabulator" href="http://tabulator.info"><img width="95" height="20" src="docs/images/tabulator.png" /></a> table, <a title="Perspective" href="https://perspective.finos.org"><img width="116" height="10" src="docs/images/perspective.png" /></a> View, [D3FC](https://d3fc.io) Chart Views πŸ“ŠπŸ“ˆ, [Papa Parse](https://www.papaparse.com/) CSV parser, [NodeJS File Streams](https://nodejs.dev/learn/nodejs-streams) and [Worker threads](https://nodejs.org/api/worker_threads.html):
2121

2222
![Tabular Data View δΈ­](https://github.com/RandomFractals/tabular-data-viewer/blob/main/docs/images/tabular-data-view.png?raw=true
2323
"Tabular Data View δΈ­")
@@ -49,7 +49,7 @@ Large CSV data files streaming and display is very alpha and has the following l
4949

5050
- Large datasets are paged and loaded into view for display with default page size set to 100K rows per page
5151
- Columns sort only works for the paged data loaded and displayed in Table View πŸ€„ and doesn't sort data for the whole dataset
52-
- Save data uses [Tabulator Download Table Data](http://tabulator.info/docs/5.0/download) feature and is also limited to max 100k rows for the currently displayed tabular data in Table View πŸ€„
52+
- Save data is also limited to max 100k rows for the currently displayed tabular data in Table View πŸ€„
5353

5454
![Tabular Data View δΈ­ Large Dataset](https://github.com/RandomFractals/tabular-data-viewer/blob/main/docs/images/tabular-data-view-large-dataset.png?raw=true
5555
"Tabular Data View δΈ­ Large Dataset")
@@ -90,7 +90,7 @@ You can try [Tabular Data Viewer πŸ€„ Observable Notebook πŸ““](https://observab
9090

9191
# Recommended Extensions
9292

93-
Recommended custom dataViz extensions produced by [Random Fractals Inc.](https://marketplace.visualstudio.com/publishers/RandomFractalsInc) and other 3rd party vscode extension devs for working with data 🈸 charts πŸ“ˆ geo πŸ—ΊοΈ data formats and Interactive Notebooks πŸ“š in [VSCode](https://code.visualstudio.com/):
93+
Recommended custom dataViz extensions produced by [Random Fractals Inc.](https://marketplace.visualstudio.com/publishers/RandomFractalsInc) and other 3rd party vscode extension authors for working with data 🈸 charts πŸ“ˆ geo πŸ—ΊοΈ data formats and Interactive Notebooks πŸ“š in [VSCode](https://code.visualstudio.com/):
9494

9595
| Extension | Description |
9696
| --- | --- |

β€Ždocs/images/d3fc.svgβ€Ž

Lines changed: 5 additions & 0 deletions
Loading

β€Ždocs/images/perspective.pngβ€Ž

5.71 KB
Loading

0 commit comments

Comments
Β (0)