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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,9 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) πΈ v
37
37
- Restore customized table columns and sort configuration on vscode reload
38
38
- Copy tab delimited table data to Clipboard
39
39
- Save displayed table data in `CSV` (`,` or `;` delimited), `TSV`, `HTML` table, or `JSON` data array format
40
-
- 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
-
- Load saved table config options from auto-generated `*.table.json` config file when reopening previously customized Table View π
40
+
- 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
+
- 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 π
42
43
43
44
...
44
45
@@ -74,7 +75,7 @@ Recommended custom dataViz extensions produced by [Random Fractals Inc.](https:/
74
75
| Extension | Description |
75
76
| --- | --- |
76
77
|[Rainbow CSV π](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv)| Highlight CSV and TSV files, Run SQL-like queries |
77
-
|[Data Preivew πΈ](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview)| Data Preview πΈ extension for importing π€ viewing π slicing πͺ dicing π² charting π & exporting π₯ large JSON array/config, YAML, Apache Arrow, Avro & Excel data files |
78
+
|[Data Preview πΈ](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview)| Data Preview πΈ extension for importing π€ viewing π slicing πͺ dicing π² charting π & exporting π₯ large JSON array/config, YAML, Apache Arrow, Avro & Excel data files |
78
79
|[Geo Data Viewer πΊοΈ](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.geo-data-viewer)|[kepler.gl](https://kepler.gl) Geo Data Analytics tool to gen. some snazzy πΊοΈs w/0 `Py` π `pyWidgets` βοΈ `pandas` πΌ or `react` βοΈ |
|[Observable JS](https://marketplace.visualstudio.com/items?itemName=GordonSmith.observable-js)| Observable JS compiler with [Observable](https://observablehq.com/@observablehq/observable-for-jupyter-users?collection=@observablehq/observable-for-jupyter-users)`js` and `md` code outline and previews. |
0 commit comments