vscode-data-preview
vscode-data-preview copied to clipboard
Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
- [ ] add `node_modules` to `.vscodeignore` - [ ] exclude docs pics from extension package - [ ] use webpack or new ES modules to bundle extension dependencies See...
Hi, The extension fails to load the attached parquet file (zipped as github doesn't accept .parquet files). I am able to read the plain file with pandas. The error in...
It seems that the data preview currently does not support custom file systems created for VSCode using the (https://code.visualstudio.com/api/extension-guides/virtual-documents, https://github.com/microsoft/vscode-extension-samples/blob/main/fsprovider-sample/README.md) So I have a custom file system and a file...
**Problem:** When I save a `pandas.DataFrame` with `df.to_parquet` (using [pyarrow](https://pypi.org/project/pyarrow/7.0.0/) as backend), it can not be opened with DataPreview: - DataPreview is empty and showing "Loading data.." in the footer...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.2. Release notes Sourced from json5's releases. v2.2.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Removes [papaparse](https://github.com/mholt/PapaParse). It's no longer used after updating ancestor dependencies [papaparse](https://github.com/mholt/PapaParse), [@finos/perspective](https://github.com/finos/perspective), [@finos/perspective-viewer](https://github.com/finos/perspective), [@finos/perspective-viewer-d3fc](https://github.com/finos/perspective), [@finos/perspective-viewer-highcharts](https://github.com/finos/perspective) and [@finos/perspective-viewer-hypergrid](https://github.com/finos/perspective). These dependencies need to be updated together. Removes `papaparse` Updates `@finos/perspective` from 0.4.0...
[Definition](https://github.com/edn-format/edn). EDN files are used to store data mainly from [Clojure](https://clojure.org/) programs.
It would be nice to show and export the data of other sheets than the first sheet of an excel file.
JSON structures like this one doesn't work in Grid view. They either fail or show only one of the two named arrays. E.g. arrayA in the below example ```json [...