You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
Tabular Data Viewer δΈ for Visual Studio Code
14
14
</h1>
15
15
16
-
See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) πΈ vscode extension for advanced [Grid Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) with support of many other common [data formats](https://github.com/RandomFractals/vscode-data-preview#supported-json-config-binary--excel-data-file-formats) and Save options for smaller datasets.
16
+
See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) πΈ vscode extension for advanced [Grid Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) with support of many common [data formats](https://github.com/RandomFractals/vscode-data-preview#supported-json-config-binary--excel-data-file-formats) and Save options for smaller datasets.
17
17
18
18
# Tabular Data Viewer δΈ
19
19
@@ -23,25 +23,20 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) πΈ v
23
23
"Tabular Data View δΈ")
24
24
# Features
25
25
26
-
- 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 View π
26
+
- 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 π
27
27
- Open Data File Table View π via quick file path input prompt
28
28
- 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 π
29
29
- View data loading progress, file size, colulmns, rows and load time stats display in vscode status bar
30
30
- Sort displayed table data by multiple columns
31
-
- Resize table columns
32
-
- Rearrange table columns and rows
33
-
- Hide, freeze, or delete table columns
34
-
- Freeze or delete table rows
35
-
- Select table rows column
36
-
- Persist table columns layout and sort order
37
-
- Restore customized table columns and sort configuration on vscode reload
38
-
- Copy tab delimited table data to Clipboard
39
-
- Save displayed table data in `CSV` (`,` or `;` delimited), `TSV`, `HTML` table, or `JSON` data array format
- Restore customized Table View π configuration on vscode reload
34
+
- Copy displayed table data to Clipboard in tab delimited format from Tabulator Table View or in CSV format from Perspective View
35
+
- 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
40
37
- 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)
41
38
- Load saved table configuration options from auto-generated `*.table.json` config file when reopening previously customized Table View π
42
-
- Set default Data Page Size to 1K, 10K, or 100K (default) rows per page via standard vscode `Preferences -> Settings -> Extensions -> Tabular Data Viewer` configuration options to speed up large datasets parsing and loading into Table View π
43
-
44
-
...
39
+
- 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 π
0 commit comments