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
Very useful ext - wanted to put in a request for RData viewing as a feature. Thank you.
could work similar to data.world integration I was planning to add. see: https://github.com/RandomFractals/vscode-data-preview/issues/150#issuecomment-536184633
links to #159 which only implemented the read side for the same reasons it would also be very handy to be able to write ndjson / jsonl formats. This would...
See screenshot:  As you can see, the `phone` and `ctecId` columns are missing their data in the preview. This is the JSON data: ```json [ { "prontoId": 0, "email":...
Sorry for the naive question, but I cannot preview a simple csv file:  Am I missing something ? here is the log ``` >Β window.WebComponentsReady data viewer initialized! >...
Bumps [xlsx](https://github.com/SheetJS/sheetjs) from 0.16.7 to 0.17.0. Commits 3542d62 version bump 0.17.0 6c5db36 AWS Lambda Binary Media Types 59b3dae Tested the MongoDB scripts and fixed them e958dbf Refresh server demos 1d7aff4...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
It would be a nice feature if we could use logarithm scales for Y line chart ([log-log](https://en.wikipedia.org/wiki/Logβlog_plot) and [semi-log](https://en.wikipedia.org/wiki/Semi-log_plot) plots). I did not find a way to do it so...
Firstly, fantastic plugin. I love the ability to be able to visualize datasets from within VScode. Is it possible for the datasets and its accompanying visualizations (e.g.: .csv and its...
Hi. Not sure if this is already possible, but I haven't figured out from README yet. My problem is, for some projects, the data is well formatted but the file...