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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,20 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) πΈ v
24
24
# Features
25
25
26
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
-
- Open local or remote Data File Table View π via quick Data File URL input prompt
27
+
- Open local `file:///`or remote `https://`Data File Table View π with quick Data File URL 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, local data file size, colulmns, rows and load time stats display in vscode status bar
30
30
- Sort displayed table data by multiple columns
31
-
- Resize and rearrange table columns
31
+
- Resize table columns in Tabulator Table View
32
+
- Rearrange table columns in Tabulator Table and Perspective Data Grid views
33
+
- 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 π
- 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 format from Perspective View
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)
38
36
- Load saved table configuration options from auto-generated `*.table.json` config file when reopening previously customized Table View π
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 π
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)
38
+
- Copy displayed table data to Clipboard in `TSV` format from Tabulator Table View or in `CSV` format from Perspective View
39
+
- Save displayed table data in `CSV` (`,` or `;` delimited), `TSV`, `HTML` table, or `JSON` data array format from Tabulator Table View
40
+
- Save displayed table data in [Apache Arrow β](https://arrow.apache.org/) data format from Perspective View:
0 commit comments