Skip to content

Commit 4cbf318

Browse files
add supported data file sizes range to intro in docs (#61)
1 parent 80d8d57 commit 4cbf318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 large `.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 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):
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 中")

0 commit comments

Comments
 (0)