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
- Will include `.avro` & `.parquet` data formats support, large text & binary data files loading & [Apache Arrow](https://observablehq.com/@randomfractals/apache-arrow) data streaming.
22
+
- Will include `.parquet` data format support, large text & binary data files loading & [Apache Arrow](https://observablehq.com/@randomfractals/apache-arrow) data streaming.
23
23
24
24
**Note:** this Data Preview 🈸 MVP v. is already capable of loading a few MB's large data files with 100+K records & extensive list of supported data formats you'll be hard pressed to find on vscode marketplace.
25
25
@@ -50,10 +50,10 @@ Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
50
50
51
51
## Data Preview 🈸 Launch Tips
52
52
53
-
1. Run `View -> Command Palette...>Data: Preview Data 🈸` command or hit `Ctrl+Shift+D` in an open text `.csv/.tsv`or`.json` array data file document to launch Data Preview 🈸 panel.
54
-
2. Hit `Ctrl+S`or`File -> Save` your `.csv/.tsv`or`.json` array data file for updates in open Data Preview 🈸 panel.
55
-
3. Right-click on a binary `.xlsx/.xlsm` or `.arrow` data file in vscode File Explorer to launch Data Preview 🈸 panel.
56
-
4. Use exposed `explorer/context`, `editor/title`or`editor/title/context` context menu options to Preview 🈸 your data files.
53
+
1. Run `View -> Command Palette...>Data: Preview Data 🈸` command || hit `Ctrl+Shift+D` in an open text `.csv/.tsv`||`.json` array data file document to launch Data Preview 🈸 panel.
54
+
2. Hit `Ctrl+S`||`File -> Save` your `.csv/.tsv`||`.json` array data file for updates in open Data Preview 🈸 panel.
55
+
3. Right-click on a binary `.xlsx/.xlsm`, `.arrow` || `.avro` data file in vscode File Explorer to launch Data Preview 🈸 panel.
56
+
4. Use exposed `explorer/context`, `editor/title`||`editor/title/context` context menu options to Preview 🈸 your data files.
57
57
58
58
## Data Grid/Filter/Columns UX Tips
59
59
@@ -67,7 +67,7 @@ Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
0 commit comments